Wrong network name in traefik router (nox fixed)
Signed-off-by: karmacoma <karmacoma@karmacoma.dev>
This commit is contained in:
parent
fec9b8e130
commit
f99d1ba438
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ services:
|
||||||
|
|
||||||
# --- Network Glue (Crucial!) ---
|
# --- Network Glue (Crucial!) ---
|
||||||
# 6. Tell Traefik which network to use to reach this container
|
# 6. Tell Traefik which network to use to reach this container
|
||||||
- "traefik.docker.network=coolify"
|
- "traefik.docker.network=array"
|
||||||
networks:
|
networks:
|
||||||
array:
|
array:
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in a new issue