Rodja Trappe 3 سال پیش
والد
کامیت
a1e97ac112
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -10,7 +10,7 @@ services:
       - ./:/app
     labels:
       - traefik.http.routers.app.rule=PathPrefix(`/app`)
-      - traefik.http.services.app.loadbalancer.server.port=80
+      - traefik.http.services.app.loadbalancer.server.port=8080
       - traefik.http.middlewares.app-prefix.stripprefix.prefixes=/app
       - traefik.http.middlewares.app-prefix.stripprefix.forceSlash=false # see https://doc.traefik.io/traefik/middlewares/stripprefix/#forceslash
       - traefik.http.routers.app.middlewares=app-prefix