|  | 4年前 | |
|---|---|---|
| cups | 4年前 | |
| data_example/cups/config | 4年前 | |
| .env | 4年前 | |
| .gitignore | 4年前 | |
| README.md | 4年前 | |
| docker-compose.yml | 4年前 | 
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