Config: Update docker-compose.yml examples
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
7c634a1f51
commit
56edf4e0c4
12 changed files with 12 additions and 12 deletions
|
@ -17,7 +17,7 @@ services:
|
|||
- "~/.cache/go-mod:/go/pkg/mod"
|
||||
environment:
|
||||
PHOTOPRISM_INIT: "https"
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "public" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/"
|
||||
|
|
|
@ -22,7 +22,7 @@ services:
|
|||
PHOTOPRISM_INIT: "https"
|
||||
PHOTOPRISM_UID: ${UID:-1000} # user id, should match your host user id
|
||||
PHOTOPRISM_GID: ${GID:-1000} # group id
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "https://latest.localssl.dev/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -21,7 +21,7 @@ services:
|
|||
environment:
|
||||
PHOTOPRISM_UID: ${UID:-1000} # user id, should match your host user id
|
||||
PHOTOPRISM_GID: ${GID:-1000} # group id
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "https://latest.localssl.dev/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -26,7 +26,7 @@ services:
|
|||
shm_size: "2gb"
|
||||
environment:
|
||||
PHOTOPRISM_INIT: "https"
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/"
|
||||
|
|
|
@ -37,7 +37,7 @@ services:
|
|||
## Run as a non-root user after initialization (supported: 0, 33, 50-99, 500-600, and 900-1200):
|
||||
PHOTOPRISM_UID: ${UID:-1000} # user id, should match your host user id
|
||||
PHOTOPRISM_GID: ${GID:-1000} # group id
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "photoprism" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -60,7 +60,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -55,7 +55,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -52,7 +52,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -49,7 +49,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -54,7 +54,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -52,7 +52,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
|
@ -54,7 +54,7 @@ services:
|
|||
ports:
|
||||
- "2342:2342" # HTTP port (host:container)
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # initial admin username
|
||||
PHOTOPRISM_ADMIN_USER: "admin" # admin username
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # initial admin password (minimum 8 characters)
|
||||
PHOTOPRISM_AUTH_MODE: "password" # authentication mode (public, password)
|
||||
PHOTOPRISM_SITE_URL: "http://photoprism.me:2342/" # server URL in the format "http(s)://domain.name(:port)/(path)"
|
||||
|
|
Loading…
Reference in a new issue