From 1aab3209830334e250bd7080d38b36743142bb0c Mon Sep 17 00:00:00 2001 From: sshipway Date: Tue, 5 Apr 2016 04:26:38 +0000 Subject: [PATCH] Allow rw mount of /certs in registry as 2.3.1 requires this --- templates/registry/1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registry/1/docker-compose.yml b/templates/registry/1/docker-compose.yml index ae000e1..cf9d953 100644 --- a/templates/registry/1/docker-compose.yml +++ b/templates/registry/1/docker-compose.yml @@ -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