beevelop / docker-weblate

Weblate is a translation tool with tight version control integration and a simple & clean UI.
https://weblate.org
MIT License
3 stars 4 forks source link

memcached not available #50

Open stevechen opened 6 years ago

stevechen commented 6 years ago

Trying to run weblate on a Synology server with Docker.

I mapped /app/data /app/config, and linked a postrgesql container to another docker image. When I tried to run it, the log would say memcached unavailable - sleeping. Not sure how to proceed. Tried adding memached container and link it, still the same. Please help.

beevelop commented 6 years ago

Memcache should only be active when CACHE_PORT_11211_TCP_ADDR is set. Can you check if this ENV is in fact active?