diff --git a/Containers/Docker/Docker Compose/ChangeDetection.md b/Containers/Docker/Docker Compose/ChangeDetection.md index f721065..1f14574 100644 --- a/Containers/Docker/Docker Compose/ChangeDetection.md +++ b/Containers/Docker/Docker Compose/ChangeDetection.md @@ -19,7 +19,7 @@ services: - "traefik.http.routers.changedetection.rule=Host(`changedetection.bunny-lab.io`)" - "traefik.http.routers.changedetection.entrypoints=websecure" - "traefik.http.routers.changedetection.tls.certresolver=letsencrypt" - - "traefik.http.services.changedetection.loadbalancer.server.port=3000" + - "traefik.http.services.changedetection.loadbalancer.server.port=5000" networks: docker_network: ipv4_address: 192.168.5.49