fix: fixed container name

This commit is contained in:
Lukian LEIZOUR 2025-04-15 22:54:57 +02:00
parent 48f50a1daa
commit 92a6e8ed2d

View file

@ -4,7 +4,7 @@ services:
context: . context: .
network: host network: host
restart: always restart: always
container_name: forum container_name: joclud
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.joclud.rule=Host(`joclud.leizour.fr`)" - "traefik.http.routers.joclud.rule=Host(`joclud.leizour.fr`)"