Skip to content

Commit 79c5438

Browse files
committed
docs: update update docs
yo dawg
1 parent d2c73fd commit 79c5438

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/PRODUCTION.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Zeppelin's production environment uses Docker. There are a few different ways to
2929
### Updating the bot
3030
1. Shut the bot down
3131
2. Update the files (e.g. `git pull`)
32-
3. Rebuild: `docker compose -f docker-compose.standalone.yml build`
33-
4. Run the bot again
32+
3. Update images: `docker compose -f docker-compose.standalone.yml pull`
33+
4. Rebuild: `docker compose -f docker-compose.standalone.yml build`
34+
5. Run the bot again
3435

3536
### Viewing logs
3637
`docker compose -f docker-compose.standalone.yml logs -t -f`
@@ -51,8 +52,9 @@ Zeppelin's production environment uses Docker. There are a few different ways to
5152
### Updating the bot
5253
1. Shut the bot down
5354
2. Update the files (e.g. `git pull`)
54-
3. Rebuild: `docker compose -f docker-compose.lightweight.yml build`
55-
4. Run the bot again
55+
3. Update images: `docker compose -f docker-compose.standalone.yml pull`
56+
4. Rebuild: `docker compose -f docker-compose.lightweight.yml build`
57+
5. Run the bot again
5658

5759
### Viewing logs
5860
`docker compose -f docker-compose.lightweight.yml logs -t -f`

0 commit comments

Comments
 (0)