coze-dev / coze-dev/coze-studio
`dependency failed to start: container coze-etcd is unhealthy`
- Dominant language
- TypeScript
- Stars
- 21.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Followed the official documentation instructions,I deployed `coze-studio` to the Synology NAS . The command line reported an error "dependency failed to start: container coze-etcd is unhealthy", with a status of "error".

**To Reproduce**
Steps to reproduce the behavior:
1. Log in to NAS using SSH
2. `sudo -i`
3. `cd /volume2/docker/`
4. `git clone https://github.com/coze-dev/coze-studio.git`
5. `cd coze-studio`
6. `cp backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml backend/conf/model/ark_doubao-seed-1.6.yaml`,edit id, meta.conn_config.api_key, meta.conn_config.model
7. `cd docker`
8. `cp .env.example .env`
9. `docker compose up -d`
**Expected behavior**
running with no error.
**Environment:**
```
device: synology ds920+
system: DSM 7.2.2-72806 update 4
docker version: 24.0.2, build 610b8d0
```
**Additional context**
There are no more error messages, what should I do...
Contributor guide
Assessment
This issue has not been assessed yet.