Compare commits

...

2 Commits

Author SHA1 Message Date
fab 268ee65513 upgrade traefik en 3.7.5 2026-06-18 09:46:08 +02:00
nom fdd94bc9a1 bug sur double volume: 2026-06-16 21:36:44 +02:00
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -248,13 +248,9 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.${orga}-${webdavServName}.rule=Host(`${orga}-${webdavHost}.${domain}`)" - "traefik.http.routers.${orga}-${webdavServName}.rule=Host(`${orga}-${webdavHost}.${domain}`)"
volumes:
#}} #}}
#{{services #{{services
volumes: volumes:
#}} #}}
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
reverse-proxy: reverse-proxy:
image: traefik:v3.7.1 image: traefik:v3.7.5
container_name: ${traefikServName} container_name: ${traefikServName}
restart: ${restartPolicy} restart: ${restartPolicy}
# Enables the web UI and tells Traefik to listen to docker # Enables the web UI and tells Traefik to listen to docker