mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-04-11 15:25:58 +00:00
chore: Update docker-compose-command-config.yml
This commit is contained in:
parent
7a94470baf
commit
4f0394f3f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user