Update README.md

This commit is contained in:
Benjamin Toby
2024-11-05 19:44:43 +01:00
parent 0d50ece11c
commit 3657bfd2e4
+6
View File
@@ -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`.