Skip to content

Commit 4f0394f

Browse files
authored
chore: Update docker-compose-command-config.yml
1 parent 7a94470 commit 4f0394f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/traefik/docker-compose-command-config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ services:
6666
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/traefik/logs:/logs # bind mount volume for persistent traefik logs
6767
extra_hosts:
6868
- 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
6971
networks:
7072
- proxy # define traefik docker network
7173
- docker-proxynet

0 commit comments

Comments
 (0)