Fix: use traefik-public network name

Match the existing Docker network name on Netcup.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-17 15:18:54 -07:00
parent 502bbae2ff
commit 039f75fd94
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ services:
container_name: elle-o-elle
restart: unless-stopped
networks:
- traefik
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.elle-o-elle.rule=Host(`elle-o-elle.lol`) || Host(`www.elle-o-elle.lol`)"
@ -20,5 +20,5 @@ services:
- "traefik.http.routers.elle-o-elle.middlewares=elle-www-redirect"
networks:
traefik:
traefik-public:
external: true