We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a94470 commit 4f0394fCopy full SHA for 4f0394f
examples/traefik/docker-compose-command-config.yml
@@ -66,6 +66,8 @@ services:
66
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik/logs:/logs # bind mount volume for persistent traefik logs
67
extra_hosts:
68
- host.docker.internal:172.17.0.1 # define internal ip; helps traefik to resolve containers running in host network mode
69
+ security_opt:
70
+ - no-new-privileges:true
71
networks:
72
- proxy # define traefik docker network
73
- docker-proxynet
0 commit comments