Merge pull request #358 from k200-1/fix_flag_order

Change order of flags in command
This commit is contained in:
Miikka 2022-08-13 23:29:37 +03:00 committed by GitHub
commit e52d88e262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`