mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Fix wrong environment variable
Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
parent
f4d89ecb29
commit
ee6e17785d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ services:
|
|||
volumes:
|
||||
- nextcloud:/var/www/html:z
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
- POSTGRES_HOST=db
|
||||
- REDIS_HOST=redis
|
||||
env_file:
|
||||
- db.env
|
||||
|
|
Loading…
Reference in a new issue