Skip to content

Commit

Permalink
Updated COmanage Registry version to 3.1.0
Browse files Browse the repository at this point in the history
Updated COmanage Registry recommended version to 3.1.0 for the basic
auth with Postgres documentation.
  • Loading branch information
skoranda committed Jul 16, 2018
1 parent 0dae54b commit a149a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic-auth-postgres-persist.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
* 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:
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
- /docker/var/lib/postgresql/data:/var/lib/postgresql/data
comanage-registry:
image: comanage-registry:hotfix-2.0.x-basic-auth
image: comanage-registry:3.1.0-basic-auth
volumes:
- /docker/srv/comanage-registry/local:/srv/comanage-registry/local
ports:
Expand Down

0 comments on commit a149a92

Please sign in to comment.