Add support for SELinux systems

This commit is contained in:
Niklas Sombert
2024-12-12 14:30:23 +01:00
committed by tobiaskussel
parent 4c6f9e0f13
commit c530b55aa4
4 changed files with 34 additions and 8 deletions

View File

@ -25,6 +25,9 @@ services:
ports:
- 80:80
- 443:443
security_opt:
# allow access to the docker socket on systems with SELinux
- "label:type:container_runtime_t"
volumes:
- /etc/bridgehead/traefik-tls:/certs:ro
- ../lib/traefik-configuration/:/configuration:ro