Added PUID and PGID environment variable support
This commit is contained in:
@@ -125,6 +125,8 @@ If you want to connect with an external database instead, specify the `SPOOLMAN_
|
||||
| SPOOLMAN_DB_QUERY | Query parameters for the database connection, e.g. set to `unix_socket=/path/to/mysql.sock` to connect using a MySQL socket. |
|
||||
| SPOOLMAN_LOGGING_LEVEL | Logging level, any of: `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`, defaults to `INFO`. |
|
||||
| SPOOLMAN_AUTOMATIC_BACKUP | Automatic nightly DB backups for SQLite databases. Enabled by default, set to `FALSE` to disable. |
|
||||
| PUID | (*docker only*) Set the UID of the user in the docker container. Default is 1000. |
|
||||
| PGID | (*docker only*) Set the GID of the user in the docker container. Default is 1000. |
|
||||
|
||||
## Frequently Asked Questions (FAQs)
|
||||
### QR Code Does not work on HTTP / The page is not served over HTTPS
|
||||
|
||||
Reference in New Issue
Block a user