Skip to content

Commit

Permalink
Merge pull request #728 from WadeBarnes/main
Browse files Browse the repository at this point in the history
Fix issue with ./manage -h
  • Loading branch information
amanji authored Sep 21, 2022
2 parents cbf9ab5 + 93d8cac commit 266aafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/manage
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ usage() {
Note that to run "scale" you need to update the docker-compose.yml file to REMOVE exposed ports
from the vcr-api and vcr-agent containers.
You also need to FIRST run `./manage start` to initialize the agent and wallet, then run
`./manage stop` and then `./manage scale`.
You also need to FIRST run './manage start' to initialize the agent and wallet, then run
'./manage stop' and then './manage scale'.
restart - Re-starts the application containers,
useful when updating one of the container images during development.
Expand Down

0 comments on commit 266aafa

Please sign in to comment.