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`.