Use example compose and ignore local deploy env files

This commit is contained in:
Chris
2026-04-03 04:26:05 +08:00
parent f01a228026
commit 8609d61f82
5 changed files with 9 additions and 3 deletions

View File

@@ -39,11 +39,13 @@ docker logs -f memberapi-backend
```
### 用 docker compose建議
Compose 檔案:[docker-compose.yml](../docker-compose.yml)
Compose 檔案:[docker-compose.example.yml](../docker-compose.example.yml)
啟動:
```bash
cd /opt/member-platform
cp docker-compose.example.yml docker-compose.yml
docker compose up -d --build
```