Skip to content

Commit

Permalink
fix: disable tls for adventure-webui-mc router
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Oct 3, 2024
1 parent 3347c1d commit 3d12636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ services:
- "traefik.tcp.services.adventure-webui-mc.loadbalancer.server.port=25565"
- "traefik.tcp.routers.adventure-webui-mc.rule=HostSNI(`*`)"
- "traefik.tcp.routers.adventure-webui-mc.entrypoints=minecraft"
- "traefik.tcp.routers.adventure-webui-mc.tls.passthrough=true"
networks:
- web

Expand Down

0 comments on commit 3d12636

Please sign in to comment.