Update traefik/compose.yaml

This commit is contained in:
jasper
2025-12-04 10:00:52 +01:00
parent e95dce1474
commit aeb5028ca2

View File

@@ -27,7 +27,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./static/traefik.yml:/traefik.yml:ro
- ./dynamic:/etc/traefik/dynamic:rw
- /srv/traefik/acme.json:/letsencrypt/acme.json
# - /srv/traefik/acme.json:/letsencrypt/acme.json
- /srv/traefik/:/letsencrypt/
security_opt: [ "no-new-privileges:true" ]
read_only: true
tmpfs: [ "/tmp" ]