0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-05 22:04:58 +01:00

Merge pull request #173 from salinasv/fix-https-example

Allow compose to find all env variables
This commit is contained in:
Tilo Spannagel 2017-10-24 12:57:20 +02:00 committed by GitHub
commit 6bd977cb3b
3 changed files with 0 additions and 3 deletions

View file

@ -25,7 +25,6 @@ services:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL= - LETSENCRYPT_EMAIL=
environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
- db.env - db.env

View file

@ -21,7 +21,6 @@ services:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL= - LETSENCRYPT_EMAIL=
environment:
- MYSQL_HOST=db - MYSQL_HOST=db
env_file: env_file:
- db.env - db.env

View file

@ -18,7 +18,6 @@ services:
- VIRTUAL_HOST= - VIRTUAL_HOST=
- LETSENCRYPT_HOST= - LETSENCRYPT_HOST=
- LETSENCRYPT_EMAIL= - LETSENCRYPT_EMAIL=
environment:
- POSTGRES_HOST=db - POSTGRES_HOST=db
env_file: env_file:
- db.env - db.env