選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Robin Thoni af872542ab
init
2年前
cups init 2年前
data_example/cups/config init 2年前
.env init 2年前
.gitignore init 2年前
README.md init 2年前
docker-compose.yml init 2年前

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