Archived
port bindings commented
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ services:
|
|||||||
- apparmor:unconfined
|
- apparmor:unconfined
|
||||||
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
|
## Run as a specific, non-root user (see https://docs.docker.com/engine/reference/run/#user):
|
||||||
# user: "1000:1000"
|
# user: "1000:1000"
|
||||||
ports:
|
#ports:
|
||||||
- "2342:2342" # HTTP port (host:container)
|
# - "2342:2342" # HTTP port (host:container)
|
||||||
network_mode: "host" # change network mode to host network
|
network_mode: "host" # change network mode to host network
|
||||||
environment:
|
environment:
|
||||||
PHOTOPRISM_ADMIN_PASSWORD: "#gentoo#" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
PHOTOPRISM_ADMIN_PASSWORD: "#gentoo#" # PLEASE CHANGE: Your initial admin password (min 4 characters)
|
||||||
|
|||||||
Reference in New Issue
Block a user