diff --git a/compose/traefik/traefik.yml b/compose/traefik/traefik.yml index 2a056cd..bbcb523 100644 --- a/compose/traefik/traefik.yml +++ b/compose/traefik/traefik.yml @@ -246,7 +246,7 @@ http: cheatsheets_app: loadBalancer: servers: - - url: http://cheatsheets-app:80 + - url: http://cheatsheets-app:8811 mqttx-web: loadBalancer: servers: diff --git a/production.yml b/production.yml index 05db777..87dac69 100644 --- a/production.yml +++ b/production.yml @@ -61,7 +61,7 @@ services: image: furyhawk/cheatsheets:${CHEATSHEETSTAG:-latest} restart: unless-stopped ports: - - 80:80 + - 8811:80 networks: - net - default