3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Change order of flags in command

Fixes the order of the flags so that the command works
This commit is contained in:
k200 2022-08-13 13:38:11 +01:00
parent 218c31231e
commit 265764866e

View file

@ -31,4 +31,4 @@ Only edit files in `/backend/src`, `/shared/src`, and `/dashboard/src`.
Make sure to revert any hotfixes before updating the bot normally.
## View logs
To view real-time logs, run `docker compose -f docker-compose.production.yml -t -f logs`
To view real-time logs, run `docker compose -f docker-compose.production.yml logs -t -f`