Update docker-compose.yml

This commit is contained in:
LRVT 2023-02-24 22:53:24 +01:00 committed by GitHub
parent 8eedb68d6b
commit b66dccac99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ services:
- 8080:8080 # MGMT WEB UI
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro # ro = read-only access to the docker.sock
- /mnt/docker-volumes/traefik:/etc/traefik/
- /mnt/docker-volumes/traefik:/etc/traefik/ # put the provided traefik.yml and fileConfig.yml files at this location
- /mnt/docker-volumes/traefik/logs:/logs
networks:
- proxy