Old updates
This commit is contained in:
@@ -40,8 +40,8 @@ services:
|
|||||||
# security_opt:
|
# security_opt:
|
||||||
# - seccomp:unconfined
|
# - seccomp:unconfined
|
||||||
# - apparmor:unconfined
|
# - apparmor:unconfined
|
||||||
ports:
|
# ports:
|
||||||
- 2342:2342 # [local port]:[container port]
|
# - 2342:2342 # [local port]:[container port]
|
||||||
environment:
|
environment:
|
||||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||||
PHOTOPRISM_HTTP_PORT: 2342 # Built-in Web server port
|
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_CAPTION: "Tarakani, Tel Aviv and in between"
|
||||||
PHOTOPRISM_SITE_DESCRIPTION: ""
|
PHOTOPRISM_SITE_DESCRIPTION: ""
|
||||||
PHOTOPRISM_SITE_AUTHOR: ""
|
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
|
# 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):
|
# support this natively (see next example):
|
||||||
UID: 1000
|
UID: 1000
|
||||||
@@ -76,7 +77,7 @@ services:
|
|||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
volumes:
|
volumes:
|
||||||
# Your photo and video files ([local path]:[container path]):
|
# 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:
|
# 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/Family:/photoprism/originals/Family" # [folder_1]:/photoprism/originals/[folder_1]
|
||||||
# - "/mnt/Friends:/photoprism/originals/Friends" # [folder_2]:/photoprism/originals/[folder_2]
|
# - "/mnt/Friends:/photoprism/originals/Friends" # [folder_2]:/photoprism/originals/[folder_2]
|
||||||
|
|||||||
Reference in New Issue
Block a user