mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 21:54:07 +01:00
chore: Update docker-compose-command-config.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 19s
All checks were successful
CI / validateComposeSyntax (push) Successful in 19s
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