change port

This commit is contained in:
Galuh Sahid 2023-12-27 23:47:43 +01:00
parent fada9db801
commit d95cab7eb8
1 changed files with 5 additions and 1 deletions

View File

@ -15,3 +15,7 @@ services:
- "traefik.http.routers.quartz.entrypoints=websecure" - "traefik.http.routers.quartz.entrypoints=websecure"
- "traefik.http.routers.quartz.tls.certresolver=myresolver" - "traefik.http.routers.quartz.tls.certresolver=myresolver"
- "traefik.http.services.quartz.loadbalancer.server.port=3000" - "traefik.http.services.quartz.loadbalancer.server.port=3000"
networks:
traefik_network:
external: true