Attempting 2 fixes:

- network_mode is explicitly set in this one aritcle i found
- advertise IP apparently can / should be 443 here?
pms-docker
josiah 5 months ago
parent 160a633efe
commit 2efdae9cf7

@ -101,7 +101,7 @@ services:
environment: environment:
- TZ=America/Chicago - TZ=America/Chicago
- PLEX_CLAIM="{{ vault_pms_claim_token }}" - PLEX_CLAIM="{{ vault_pms_claim_token }}"
- ADVERTISE_IP=http://192.168.1.120:32400/ - ADVERTISE_IP=http://192.168.1.120:443/
hostname: lair hostname: lair
volumes: volumes:
- /home/josiah/apps/pms/config:/config - /home/josiah/apps/pms/config:/config
@ -123,6 +123,7 @@ services:
- "traefik.http.routers.mediaserver-pms.tls=true" - "traefik.http.routers.mediaserver-pms.tls=true"
networks: networks:
- pubnet - pubnet
network_mode: bridge
volumes: volumes:
traefik_acme: traefik_acme:

Loading…
Cancel
Save