chore: test rules

This commit is contained in:
mathieu 2024-05-18 23:42:12 +02:00
parent 55e892c6cd
commit 228dde635d
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ services:
- "8088:8080"
volumes:
- /volume1/docker/traefik/conf/traefik.yml:/etc/traefik/traefik.yml
- /volume1/docker/traefik/conf/dsm.yml:/etc/traefik/dynamic_conf/dsm.yml
- /volume1/docker/traefik/conf/rules.yaml:/etc/traefik/rules.yaml
- /var/run/docker.sock:/var/run/docker.sock
whoami:

View File

View File

@ -29,5 +29,5 @@ providers:
endpoint: "unix:///var/run/docker.sock"
file:
directory: "/etc/traefik/dynamic_conf"
filename: /etc/traefik/rules.yaml
watch: true