Robin Thoni af872542ab init | vor 3 Jahren | |
---|---|---|
cups | vor 3 Jahren | |
data_example/cups/config | vor 3 Jahren | |
.env | vor 3 Jahren | |
.gitignore | vor 3 Jahren | |
README.md | vor 3 Jahren | |
docker-compose.yml | vor 3 Jahren |
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