Fix Traefik network name to match Netcup (traefik-public)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
769597ca16
commit
e3a9b5203c
|
|
@ -11,8 +11,8 @@ services:
|
|||
- "traefik.http.routers.draw-fast.entrypoints=web"
|
||||
- "traefik.http.services.draw-fast.loadbalancer.server.port=3000"
|
||||
networks:
|
||||
- traefik
|
||||
- traefik-public
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
traefik-public:
|
||||
external: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue