traefik: set no-new-privileges=true
All checks were successful
ansible-lint / gitleaks (push) Successful in 6s
ansible-lint / Ansible Lint (push) Successful in 30s

This commit is contained in:
Michael Grote 2025-01-03 13:53:33 +01:00
parent e9caffddfc
commit c13845aec3

View file

@ -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