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