Skip to content

Commit

Permalink
FIX: routing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Jan 17, 2025
1 parent 23fe931 commit 09d239a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swarm-compose.minecraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ services:
labels:
- traefik.enable=true

- traefik.minecraft.port=25565
- traefik.tcp.routers.minecraft.rule=HostSNI(`*`)
- traefik.tcp.routers.minecraft.entrypoints=minecraft

- traefik.dynmap.port=8123
- traefik.http.routers.dynmap.service=dynmap-service
- traefik.http.services.dynmap-service.loadbalancer.server.port=8123
- traefik.http.routers.dynmap.rule=Host(`mc.wiemanboy.com`)
- traefik.http.routers.dynmap.entrypoints=websecure
- traefik.http.routers.dynmap.tls.certresolver=wiemanboycom-resolver
Expand Down

0 comments on commit 09d239a

Please sign in to comment.