Skip to content

Commit e463fd6

Browse files
authored
Changed example from readme (#5323)
* Changed environment variable in README.md * Removed SNAPSHOT tag as it does not exist
1 parent 75c5c39 commit e463fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ services:
172172
POSTGRES_USER: apicurio-registry
173173
POSTGRES_PASSWORD: password
174174
app:
175-
image: apicurio/apicurio-registry:3.0.0-SNAPSHOT
175+
image: apicurio/apicurio-registry:3.0.0
176176
ports:
177177
- 8080:8080
178178
environment:
179179
APICURIO_STORAGE_KIND: 'sql'
180-
APICURIO_STORAGE_DB_KIND: 'postgresql'
180+
APICURIO_STORAGE_SQL_KIND: 'postgresql'
181181
APICURIO_DATASOURCE_URL: 'jdbc:postgresql://postgres/apicurio-registry'
182182
APICURIO_DATASOURCE_USERNAME: apicurio-registry
183183
APICURIO_DATASOURCE_PASSWORD: password

0 commit comments

Comments
 (0)