Skip to content

Commit

Permalink
use updated data image in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergesundheit committed Nov 3, 2019
1 parent 7ab63a5 commit 6e31d1f
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 @@ -67,7 +67,7 @@ You'll find instructions on how to build the data container images in directory

Find the latest container image tag on [the quay.io repository](https://quay.io/repository/codeformuenster/verkehrsunfaelle) and start a container from it and wait until `database system is ready to accept connections` is printed.

docker run --rm --name verkehrsunfaelle -p 5432:5432 quay.io/codeformuenster/verkehrsunfaelle:2019-09-03_editor-web
docker run --rm --name verkehrsunfaelle -p 5432:5432 quay.io/codeformuenster/verkehrsunfaelle:2019-11-03

Open a second terminal. Execute psql inside the container

Expand Down

0 comments on commit 6e31d1f

Please sign in to comment.