Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Robin Thoni af872542ab
init
2 anos atrás
cups init 2 anos atrás
data_example/cups/config init 2 anos atrás
.env init 2 anos atrás
.gitignore init 2 anos atrás
README.md init 2 anos atrás
docker-compose.yml init 2 anos atrás

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