Old updates

This commit is contained in:
2022-09-16 19:40:36 +03:00
parent 3a2c4aff90
commit 32b59934db

View File

@@ -40,8 +40,8 @@ services:
# security_opt:
# - seccomp:unconfined
# - apparmor:unconfined
ports:
- 2342:2342 # [local port]:[container port]
# ports:
# - 2342:2342 # [local port]:[container port]
environment:
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
PHOTOPRISM_HTTP_PORT: 2342 # Built-in Web server port
@@ -67,6 +67,7 @@ services:
PHOTOPRISM_SITE_CAPTION: "Tarakani, Tel Aviv and in between"
PHOTOPRISM_SITE_DESCRIPTION: ""
PHOTOPRISM_SITE_AUTHOR: ""
PHOTOPRISM_DISABLE_CHOWN: "true"
# You may optionally set a user / group id using environment variables if your Docker version or NAS does not
# support this natively (see next example):
UID: 1000
@@ -76,7 +77,7 @@ services:
user: "1000:1000"
volumes:
# Your photo and video files ([local path]:[container path]):
- "/Red-Vol/Media/Pictures:/photoprism/originals"
- "/var/Red-Vol/Media/Pictures:/photoprism/originals"
# Multiple folders can be indexed by mounting them as sub-folders of /photoprism/originals:
# - "/mnt/Family:/photoprism/originals/Family" # [folder_1]:/photoprism/originals/[folder_1]
# - "/mnt/Friends:/photoprism/originals/Friends" # [folder_2]:/photoprism/originals/[folder_2]