traefik: set no-new-privileges=true
This commit is contained in:
parent
e9caffddfc
commit
c13845aec3
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ services:
|
||||||
image: "traefik:v3.2.3"
|
image: "traefik:v3.2.3"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
pull_policy: missing
|
pull_policy: missing
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges=true
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ./traefik.yml:/etc/traefik/traefik.yml
|
- ./traefik.yml:/etc/traefik/traefik.yml
|
||||||
|
|
Loading…
Reference in a new issue