Robin Thoni af872542ab init | преди 3 години | |
---|---|---|
cups | преди 3 години | |
data_example/cups/config | преди 3 години | |
.env | преди 3 години | |
.gitignore | преди 3 години | |
README.md | преди 3 години | |
docker-compose.yml | преди 3 години |
Replace/set the following in .env
:
ADMIN_USER
: The admin usernameADMIN_PWD
: The password for the ${ADMIN_USER}
admin userCopy the default cups config and run compose.
WARNING: Cups will fail and exit immediately if there is no valid cupsd.conf
in data/cups/config
.
cp -ar data_example data
docker-compose up --build -d