Skip to content

Commit

Permalink
feat: new instructions (#27)
Browse files Browse the repository at this point in the history
* feat: new instructions

* fix: use --build flag
  • Loading branch information
rubyowo authored Feb 27, 2024
1 parent 4f016fd commit f417793
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/setup/operating-systems/linux-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,11 @@ This creates a folder called Zeppelin and clones the bot code there.
- Do not use `$'"(){}#` in the password
5. When you are done editing, press Ctrl-X, then Y, then Enter to save and exit Nano.

## Start the bot
## Build and Start the bot

`docker compose -f docker-compose.production.yml up -d`
`docker compose -f docker-compose.production.yml up -d --build`

**NOTE**: Make sure to run the above command every time you update/change the source code.

The bot will pull images and build other images, create the containers, and start them. It will probably take about a minute or two to start.

Expand Down

0 comments on commit f417793

Please sign in to comment.