updated for dadandmompc
This commit is contained in:
@@ -6,7 +6,7 @@ DOCKERGID=999
|
||||
DOCKERHOSTNAME=DadAndMomDocker
|
||||
DOCKERLOGGING_MAXFILE=10
|
||||
DOCKERLOGGING_MAXSIZE=200k
|
||||
SERVERIP=192.168.1.12
|
||||
SERVERIP=192.168.1.110
|
||||
PGID=1000
|
||||
PUID=1000
|
||||
UMASK=000
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin login username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "admin" # initial admin password (8-72 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "public" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://192.168.1.12:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
PHOTOPRISM_SITE_URL: "http://192.168.1.110:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
PHOTOPRISM_DISABLE_TLS: "true" # disables HTTPS/TLS even if the site URL starts with https:// and a certificate is available
|
||||
PHOTOPRISM_DEFAULT_TLS: "false" # defaults to a self-signed HTTPS/TLS certificate if no other certificate is available
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # file size limit for originals in MB (increase for high-res video)
|
||||
@@ -47,7 +47,7 @@ services:
|
||||
PHOTOPRISM_SITE_AUTHOR: "" # meta site author
|
||||
working_dir: "/photoprism" # do not change or remove
|
||||
volumes:
|
||||
- "D:\\Pictures\\Emotes:/photoprism/originals" # Original media files (DO NOT REMOVE)
|
||||
- "D:\\OneDrive\\Pictures:/photoprism/originals" # Original media files (DO NOT REMOVE)
|
||||
- "${DOCKER_CONFIGS}/storage:/photoprism/storage" # *Writable* storage folder for cache, database, and sidecar files (DO NOT REMOVE)
|
||||
|
||||
photoprism-mariadb:
|
||||
|
||||
Reference in New Issue
Block a user