Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Robin Thoni af872542ab
init
2 år sedan
cups init 2 år sedan
data_example/cups/config init 2 år sedan
.env init 2 år sedan
.gitignore init 2 år sedan
README.md init 2 år sedan
docker-compose.yml init 2 år sedan

README.md

Installation

Replace/set the following in .env:

  • ADMIN_USER: The admin username
  • ADMIN_PWD: The password for the ${ADMIN_USER} admin user

Copy 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