mirror of https://github.com/samply/bridgehead.git
Make Custom Certs Directory read-only
This commit is contained in:
parent
7d80bfd89e
commit
2c69028fe1
|
@ -17,7 +17,7 @@ services:
|
|||
- "traefik.http.services.connector.loadbalancer.server.port=8080"
|
||||
- "traefik.http.routers.connector.tls=true"
|
||||
volumes:
|
||||
- /etc/bridgehead/trusted-ca-certs:/custom-certs
|
||||
- /etc/bridgehead/trusted-ca-certs:/custom-certs:ro
|
||||
|
||||
connector_db:
|
||||
image: postgres:9.5-alpine
|
||||
|
|
Loading…
Reference in New Issue