changed var name trfk

This commit is contained in:
Gilles Mouchet 2026-03-09 08:16:03 +01:00
parent f3cd91dd18
commit afe8887045
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
# site fqdn
TRF_HOST=portainer-dev.gmolab.net
TRFK_HOST=portainer-dev.gmolab.net

View File

@ -22,7 +22,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
labels:
- "traefik.enable=true"
- "traefik.http.routers.portainer.rule=Host(`${TFK_HOST}`)"
- "traefik.http.routers.portainer.rule=Host(`${TRFK_HOST}`)"
- "traefik.docker.network=traefik-net"
- "traefik.http.routers.portainer.entrypoints=websecure"
- "traefik.http.routers.portainer.tls=true"