From 265764866ed50e93845f28ade8fd63f2258d422e Mon Sep 17 00:00:00 2001 From: k200 <85361508+k200-1@users.noreply.github.com> Date: Sat, 13 Aug 2022 13:38:11 +0100 Subject: [PATCH] Change order of flags in command Fixes the order of the flags so that the command works --- PRODUCTION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRODUCTION.md b/PRODUCTION.md index e05d5cc3..f3bc8b6b 100644 --- a/PRODUCTION.md +++ b/PRODUCTION.md @@ -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`