Skip to content

Commit

Permalink
[DOCUMENTATION] Fix Promgen init documentation #459
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm authored Nov 30, 2023
2 parents 963b8e0 + 7939914 commit 743634a
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 @@ -35,7 +35,7 @@ chmod 777 ~/.config/promgen
# using the standard DSN syntax.
# Database example: mysql://username:password@hostname/databasename
# Broker example: redis://localhost:6379/0
docker run --rm -it -v ~/.config/promgen:/etc/promgen/ line/promgen bootstrap
docker run --rm -it -v ~/.config/promgen:/etc/promgen/ line/promgen docker-compose-bootstrap

# Apply database updates
docker run --rm -v ~/.config/promgen:/etc/promgen/ line/promgen migrate
Expand Down

0 comments on commit 743634a

Please sign in to comment.