mirror of
https://github.com/samply/bridgehead.git
synced 2025-07-12 13:00:21 +02:00
Add support for SELinux systems
This commit is contained in:
committed by
tobiaskussel
parent
4c6f9e0f13
commit
c530b55aa4
@ -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
|
||||
|
Reference in New Issue
Block a user