chore: Update docker-compose-command-config.yml

pull/29/head
LRVT 2025-02-19 17:01:48 +01:00 zatwierdzone przez GitHub
rodzic 7a94470baf
commit 4f0394f3f9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -66,6 +66,8 @@ services:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik/logs:/logs # bind mount volume for persistent traefik logs
extra_hosts:
- host.docker.internal:172.17.0.1 # define internal ip; helps traefik to resolve containers running in host network mode
security_opt:
- no-new-privileges:true
networks:
- proxy # define traefik docker network
- docker-proxynet