chore: update docker compose image

This commit is contained in:
Ran
2026-02-24 00:08:36 +08:00
parent 65c4d6f793
commit 0239d395e2
6 changed files with 169 additions and 28 deletions
+5
View File
@@ -44,6 +44,11 @@ cd Memoh
sudo docker compose up -d
```
> If you experience slow image pulls, use the CN override:
```bash
sudo docker compose -f docker-compose.yml -f docker/docker-compose.cn.yml up -d
```
> On macOS or if your user is in the `docker` group, `sudo` is not required.
Visit <http://localhost:8082> after startup. Default login: `admin` / `admin123`