diff --git a/docker-stack/docker-compose-standalone.yaml b/docker-stack/docker-compose-standalone.yaml index c175e2c..eaae6c1 100644 --- a/docker-stack/docker-compose-standalone.yaml +++ b/docker-stack/docker-compose-standalone.yaml @@ -95,5 +95,5 @@ services: - traefik.docker.network=traefik-network - traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000 - traefik.http.routers.mailgun-webhook.entrypoints=http - - traefik.http.routers.mailgun-webhook.rule=Host(`webhook.rezije.app`) + - traefik.http.routers.mailgun-webhook.rule=Host(`mailgun-webhook.rezije.app`) diff --git a/docker-stack/docker-compose-swarm.yml b/docker-stack/docker-compose-swarm.yml index b95f186..265addf 100644 --- a/docker-stack/docker-compose-swarm.yml +++ b/docker-stack/docker-compose-swarm.yml @@ -98,5 +98,5 @@ services: - traefik.docker.network=traefik-network - traefik.http.services.mailgun-webhook.loadbalancer.server.port=3000 - traefik.http.routers.mailgun-webhook.entrypoints=http - - traefik.http.routers.mailgun-webhook.rule=Host(`webhook.rezije.app`) + - traefik.http.routers.mailgun-webhook.rule=Host(`mailgun-webhook.rezije.app`)