-
Describe the issueI tried to launch a container with weblate and always get this error: weblate | Starting Weblate 5.12.2... I already tried
Steps to reproduce the behaviorI use this compose:
Expected behaviorNo response ScreenshotsNo response Exception tracebackAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The container cache configuration doesn't match running containers:
PS: You are also missing persistence and volume on the redis container, that will cause serious performance impact on restarts. |
Beta Was this translation helpful? Give feedback.
The container cache configuration doesn't match running containers:
cache
anddb
container needs to follow the naming; please see https://docs.weblate.org/en/latest/admin/install/docker.html#installationPS: You are also missing persistence and volume on the redis container, that will cause serious performance impact on restarts.