Skip to content

Commit

Permalink
Fix Promgen init documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
frakev authored Nov 29, 2023
1 parent a2b6412 commit 7939914
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 7939914

Please sign in to comment.