From c0d15bbda4e378d3f90de6da72434289b08997c4 Mon Sep 17 00:00:00 2001 From: Scott Koranda Date: Mon, 16 Jul 2018 13:34:45 -0500 Subject: [PATCH] Updated example Docker Compose file to use COmanage 3.1.0 --- docs/shibboleth-sp-postgres-compose.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/shibboleth-sp-postgres-compose.md b/docs/shibboleth-sp-postgres-compose.md index 0b2bf3e..39fbad1 100644 --- a/docs/shibboleth-sp-postgres-compose.md +++ b/docs/shibboleth-sp-postgres-compose.md @@ -38,7 +38,7 @@ docker-compose version 1.13.0, build 1719ceb * Define `COMANAGE_REGISTRY_VERSION`. Currently we recommend ``` -export COMANAGE_REGISTRY_VERSION=hotfix-2.0.x +export COMANAGE_REGISTRY_VERSION=3.1.0 ``` * Build a local image for COmanage Registry if you have not already (building the @@ -183,7 +183,7 @@ services: - "389:389" comanage-registry: - image: comanage-registry:hotfix-2.0.x-shibboleth-sp + image: comanage-registry:3.1.0-shibboleth-sp volumes: - /docker/srv/comanage-registry/local:/srv/comanage-registry/local - /docker/run/secrets:/run/secrets