File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ Zeppelin's production environment uses Docker. There are a few different ways to
2929### Updating the bot
30301 . Shut the bot down
31312 . 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
52531 . Shut the bot down
53542 . 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 `
You can’t perform that action at this time.
0 commit comments