From 3657bfd2e4d75949dfe396e5d7453288fcce6b21 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Tue, 5 Nov 2024 19:44:43 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1439ae1..e6b26ee 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ cp test.env .env npm run docker-prod ``` +5. To run in detached mode run + +```bash +npm run docker-prod:detached +``` + ### Notes - Mariadb typically takes some time to startup, when it starts up the admin site can fire up. If it doesn't start up at first simply stop the stack and start again using `npm run docker-prod`.