Docker: Shorten hint in docker-compose.yml examples
This commit is contained in:
parent
d797e1a541
commit
828a0469ac
8 changed files with 8 additions and 8 deletions
|
@ -8,7 +8,7 @@ services:
|
|||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
ports:
|
||||
- "2344:2342" # [local port]:[container port]
|
||||
- "2344:2342" # [server]:[container]
|
||||
environment:
|
||||
UID: ${UID:-1000}
|
||||
PHOTOPRISM_SITE_URL: "http://localhost:2344/"
|
||||
|
|
|
@ -48,7 +48,7 @@ services:
|
|||
# Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
|
||||
# user: "1000"
|
||||
ports:
|
||||
- "2342:2342" # [local port]:[container port]
|
||||
- "2342:2342" # [server]:[container]
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
|
@ -107,7 +107,7 @@ services:
|
|||
user: "1000"
|
||||
# Don't expose port when running behind Traefik reverse proxy!
|
||||
# ports:
|
||||
# - "2342:2342" # [local port]:[container port]
|
||||
# - "2342:2342" # [server]:[container]
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.services.photoprism.loadbalancer.server.port=2342"
|
||||
|
|
|
@ -48,7 +48,7 @@ services:
|
|||
# Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
|
||||
# user: "1000"
|
||||
ports:
|
||||
- "2342:2342" # [local port]:[container port]
|
||||
- "2342:2342" # [server]:[container]
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
|
@ -44,7 +44,7 @@ services:
|
|||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
ports:
|
||||
- "2342:2342" # [local port]:[container port]
|
||||
- "2342:2342" # [server]:[container]
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
|
@ -50,7 +50,7 @@ services:
|
|||
# Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
|
||||
# user: "1000"
|
||||
ports:
|
||||
- "2342:2342" # [local port]:[container port]
|
||||
- "2342:2342" # [server]:[container]
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
|
@ -46,7 +46,7 @@ services:
|
|||
# Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
|
||||
# user: "1000"
|
||||
ports:
|
||||
- "2342:2342" # [local port]:[container port]
|
||||
- "2342:2342" # [server]:[container]
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
|
@ -47,7 +47,7 @@ services:
|
|||
- seccomp:unconfined
|
||||
- apparmor:unconfined
|
||||
ports:
|
||||
- "2342:2342" # [local port]:[container port]
|
||||
- "2342:2342" # [server]:[container]
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: "insecure" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||
PHOTOPRISM_ORIGINALS_LIMIT: 5000 # File size limit for originals in MB (increase for high-res video)
|
||||
|
|
Loading…
Reference in a new issue