Archived
changed network mode
This commit is contained in:
@@ -51,6 +51,7 @@ services:
|
|||||||
# 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
|
||||||
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)
|
||||||
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public server URL incl http:// or https:// and /path, :port is optional
|
PHOTOPRISM_SITE_URL: "http://localhost:2342/" # Public server URL incl http:// or https:// and /path, :port is optional
|
||||||
|
|||||||
Reference in New Issue
Block a user