Change order of flags in command
Fixes the order of the flags so that the command works
This commit is contained in:
parent
218c31231e
commit
265764866e
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue