remove more quotes

This commit is contained in:
Andreas Zweili 2022-03-07 13:52:38 +01:00
parent 53661ffeaa
commit c9ec78c22b
1 changed files with 8 additions and 8 deletions

View File

@ -50,9 +50,9 @@ services:
- "2342:2342" # HTTP port (host:container)
environment:
- PHOTOPRISM_ADMIN_PASSWORD
- PHOTOPRISM_SITE_URL="http://nextcloud.2li.local:2342/" # public server URL incl http:// or https:// and /path, :port is optional
- PHOTOPRISM_SITE_URL=http://nextcloud.2li.local:2342/ # public server URL incl http:// or https:// and /path, :port is optional
- PHOTOPRISM_ORIGINALS_LIMIT=5000 # file size limit for originals in MB (increase for high-res video)
- PHOTOPRISM_HTTP_COMPRESSION="gzip" # improves transfer speed and bandwidth utilization (none or gzip)
- PHOTOPRISM_HTTP_COMPRESSION=gzip # improves transfer speed and bandwidth utilization (none or gzip)
- PHOTOPRISM_DEBUG=false # run in debug mode (shows additional log messages)
- PHOTOPRISM_PUBLIC=false # no authentication required (disables password protection)
- PHOTOPRISM_READONLY=true # don't modify originals directory (reduced functionality)
@ -66,13 +66,13 @@ services:
- PHOTOPRISM_DARKTABLE_PRESETS=false # enables Darktable presets and disables concurrent RAW conversion
- PHOTOPRISM_DETECT_NSFW=false # flag photos as private that MAY be offensive (requires TensorFlow)
- PHOTOPRISM_UPLOAD_NSFW=true # allows uploads that MAY be offensive
- PHOTOPRISM_DATABASE_DRIVER="mysql" # use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance
- PHOTOPRISM_DATABASE_SERVER="mariadb:3306" # MariaDB or MySQL database server (hostname:port)
- PHOTOPRISM_DATABASE_NAME="photoprism" # MariaDB or MySQL database schema name
- PHOTOPRISM_DATABASE_USER="photoprism" # MariaDB or MySQL database user name
- PHOTOPRISM_DATABASE_DRIVER=mysql # use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance
- PHOTOPRISM_DATABASE_SERVER=mariadb:3306 # MariaDB or MySQL database server (hostname:port)
- PHOTOPRISM_DATABASE_NAME=photoprism # MariaDB or MySQL database schema name
- PHOTOPRISM_DATABASE_USER=photoprism # MariaDB or MySQL database user name
- PHOTOPRISM_DATABASE_PASSWORD=${MYSQL_PASSWORD}
- PHOTOPRISM_SITE_TITLE="PhotoPrism"
- PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App"
- PHOTOPRISM_SITE_TITLE=PhotoPrism
- PHOTOPRISM_SITE_CAPTION=AI-Powered Photos App
- PHOTOPRISM_SITE_DESCRIPTION=""
- PHOTOPRISM_SITE_AUTHOR=""
- PHOTOPRISM_UID=33