Deploy hangs #64

Open
opened 2026-09-06 12:05:31 +00:00 by ahimsa · 2 comments

Following the basic steps leads to a hanging deployment, with the recurring message:

app: invalid mount config for type "bind": bind source path does not exist: /et… (retries: 0, healthcheck: ?)
Following the basic steps leads to a hanging deployment, with the recurring message: ``` app: invalid mount config for type "bind": bind source path does not exist: /et… (retries: 0, healthcheck: ?) ```
Owner

Can you check if you have /etc/timezone and /etc/localtime on the host? I'm not sure if all distros have them.

Otherwise, you can check abra app logs your.domain or docker service logs your_domain_app for more info to include in the ticket - so the path isn't cut off.

Can you check if you have `/etc/timezone` and `/etc/localtime` on the host? I'm not sure if all distros have them. Otherwise, you can check `abra app logs your.domain` or `docker service logs your_domain_app` for more info to include in the ticket - so the path isn't cut off.
Owner

gitea/compose.yml Lines 59 to 60 in 116d6049b7
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro

https://git.coopcloud.tech/coop-cloud/gitea/src/commit/116d6049b768e10bd1e397c173b044fe8e4221c8/compose.yml#L59-L60
Sign in to join this conversation.
No labels
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/gitea#64