docs: update installation guides and docker image refs for v1.2.0

This commit is contained in:
dyzulk
2026-01-18 23:28:08 +07:00
parent feb65561cf
commit 1c385dea4f
3 changed files with 34 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ docker run -d \
-e APP_ENV=production \
-v mivo_data:/var/www/html/app/Database \
-v mivo_config:/var/www/html/.env \
ghcr.io/mivodev/mivo:latest
mivodev/mivo:latest
```
Open your browser and navigate to `http://localhost:8080`.