Skip to content

Commit

Permalink
Changed example from readme (#5323)
Browse files Browse the repository at this point in the history
* Changed environment variable in README.md

* Removed SNAPSHOT tag as it does not exist
  • Loading branch information
MrDiba authored Oct 9, 2024
1 parent 75c5c39 commit e463fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,12 +172,12 @@ services:
POSTGRES_USER: apicurio-registry
POSTGRES_PASSWORD: password
app:
image: apicurio/apicurio-registry:3.0.0-SNAPSHOT
image: apicurio/apicurio-registry:3.0.0
ports:
- 8080:8080
environment:
APICURIO_STORAGE_KIND: 'sql'
APICURIO_STORAGE_DB_KIND: 'postgresql'
APICURIO_STORAGE_SQL_KIND: 'postgresql'
APICURIO_DATASOURCE_URL: 'jdbc:postgresql://postgres/apicurio-registry'
APICURIO_DATASOURCE_USERNAME: apicurio-registry
APICURIO_DATASOURCE_PASSWORD: password
Expand Down

0 comments on commit e463fd6

Please sign in to comment.