From 0636c41f6191b5fbe64e7c3af0a0fd5382e7f6f0 Mon Sep 17 00:00:00 2001 From: James Eddy Date: Fri, 30 Aug 2019 17:11:09 -0700 Subject: [PATCH] Update docker-compose.yml update portal version in docker-compose in prep for release --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d7f1d822f..17ec68077 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: image: phccp # OR comment the above `build` and `image` sections and uncomment # the following line to use the official docker image: - # image: docker.synapse.org/syn18489221/phc-collaboration-portal:1.0.0-alpha.5 + # image: docker.synapse.org/syn18489221/phc-collaboration-portal:1.0.0-alpha.6 container_name: phccp ports: - ${PORT}:${PORT}