mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-05 22:04:58 +01:00
Allow compose to find all env variables
With two declared "environment" compose only takes the second one. In thi case it means that the letsencrypt companion and reverse-proxy can't read the neede variables for the setup, making this example to return a http 503 error.
This commit is contained in:
parent
fa3b83c1b1
commit
577ff54b45
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ services:
|
|||
- VIRTUAL_HOST=
|
||||
- LETSENCRYPT_HOST=
|
||||
- LETSENCRYPT_EMAIL=
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
env_file:
|
||||
- db.env
|
||||
|
|
Loading…
Reference in a new issue