Skip to content

Commit

Permalink
Updated example Docker Compose file to use COmanage 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Jul 16, 2018
1 parent a149a92 commit c0d15bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shibboleth-sp-postgres-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c0d15bb

Please sign in to comment.