diff --git a/photoprism/.env b/photoprism/.env index 9413d8f..f3fa0fe 100755 --- a/photoprism/.env +++ b/photoprism/.env @@ -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 diff --git a/photoprism/compose.yml b/photoprism/compose.yml index e89595d..f181c64 100644 --- a/photoprism/compose.yml +++ b/photoprism/compose.yml @@ -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: