Allow rw mount of /certs in registry as 2.3.1 requires this

This commit is contained in:
sshipway 2016-04-05 04:26:38 +00:00
parent 8a03093191
commit 1aab320983

View File

@ -41,7 +41,7 @@ registry:
links:
- portus:portus
volumes:
- ${DIR}/certs:/certs:ro
- ${DIR}/certs:/certs
- ${DIR}/data:/var/lib/registry
lb:
image: rancher/load-balancer-service