Add missing MEMCACHED_HOST to fix Weblate
This commit is contained in:
parent
f8695fae3c
commit
2652291873
@ -55,6 +55,7 @@ services:
|
||||
environment:
|
||||
- "POSTGRES_USER=weblate"
|
||||
- "POSTGRES_DATABASE=weblate"
|
||||
- "MEMCACHED_HOST=cache"
|
||||
restart: always
|
||||
|
||||
cache:
|
||||
|
Loading…
Reference in New Issue
Block a user