Update homepage-compose.yaml
This commit is contained in:
@@ -12,13 +12,12 @@ services:
|
||||
- /mnt/:/mnt:ro # Optional mount for local disk statistics; read-only
|
||||
environment:
|
||||
TZ: America/Chicago
|
||||
DOCKER_HOST: tcp://socket-proxy:2375
|
||||
PUID: 1001
|
||||
PGID: 1001
|
||||
HOMEPAGE_ALLOWED_HOSTS: 192.168.0.0,192.168.0.131:3003,homepage.zazlab.freeddns.org #required
|
||||
networks:
|
||||
- proxy-net # reverse proxy network
|
||||
- socket-net # docker socket network
|
||||
- socket-net # docker socket network - also need to configure in docker.yaml
|
||||
networks:
|
||||
proxy-net:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user