Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal authored Apr 22, 2021
1 parent 2350b8b commit 003bd7c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@ Now you can use the worlserver console to run azerothcore commands, including th

NOTE: you can detach from a container and leave it running using the CTRL-p CTRL-q key sequence.

### Stop or restart the services

There are several commands to stop or restart the services, depending on your needs:

* `docker-compose stop` : just stops the current running services
* `docker-compose restart` : restarts the current running services
* `docker-compose down` : stops and removes the containers.
* `docker-compose down --rmi all -v` : ⚠️ stops, removes, and deletes EVERYTHING. Including the volumes with the associated database ⚠️

### Update your services with latest images

You just need to combine the following 2 commands:
Expand Down

0 comments on commit 003bd7c

Please sign in to comment.