fix: network wrong

This commit is contained in:
2026-01-06 01:10:55 +00:00
parent 6e6ef1a477
commit 98517b8dc0

View File

@@ -9,7 +9,7 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.hypermind.rule=Host(`hypermind.${DOMAIN}`)"
- "traefik.http.routers.hypermind.entrypoints=https"
- "traefik.http.routers.hypermind.service=hypermind"
- "traefik.http.routers.hypermind.service=hypermind@traefik_public"
- "traefik.http.routers.hypermind.tls.certresolver=cloudflare"
networks:
- traefik_public