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`. ```shell cp -ar data_example data docker-compose up --build -d ```