changed network mode

This commit is contained in:
2022-01-21 15:40:53 +01:00
parent 52353e6820
commit a156d0a973
+1
View File
@@ -51,6 +51,7 @@ services:
# user: "1000:1000"
ports:
- "2342:2342" # HTTP port (host:container)
network_mode: "host" # change network mode to host network
environment:
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