Update docker-compose.yml

pull/2/head
LRVT 2023-02-24 22:53:24 +01:00 zatwierdzone przez GitHub
rodzic 8eedb68d6b
commit b66dccac99
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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