I had the same problem.
When you edit the docker-compose file to add a volume, you can’t just restart traefik; you have to use :
docker compose down && docker compose up -d
I had the same problem.
When you edit the docker-compose file to add a volume, you can’t just restart traefik; you have to use :
docker compose down && docker compose up -d