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

This commit is contained in:
LRVT 2025-02-19 17:01:48 +01:00 committed by GitHub
parent 7a94470baf
commit 4f0394f3f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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