mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-12 13:00:21 +02:00
Set SELinux labels for bind mounts, replace secrets with bind mounts
This commit is contained in:
@ -28,6 +28,9 @@ services:
|
||||
security_opt:
|
||||
# allow access to the docker socket on systems with SELinux
|
||||
- "label:type:container_runtime_t"
|
||||
cap_add:
|
||||
# Allow binding to ports <1024 without root
|
||||
- NET_BIND_SERVICE
|
||||
volumes:
|
||||
- /etc/bridgehead/traefik-tls:/certs:ro
|
||||
- ../lib/traefik-configuration/:/configuration:ro
|
||||
|
Reference in New Issue
Block a user