Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use the latest stable version in the example
  • Loading branch information
vidi42 authored May 22, 2024
1 parent 81411cf commit 2972a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ java -jar application/target/migration-tool.jar \
```
mvn verify
docker run ehrbase/migration-tool:1.1.0-SNAPSHOT \
docker run ehrbase/migration-tool:1.1.0 \
-e mode=DB2DB \
-e spring.datasource.import.url=jdbc:postgresql://localhost:5432/ehrbase_import \
-e spring.datasource.import.username=ehrbase \
Expand Down

0 comments on commit 2972a2a

Please sign in to comment.