fix variable
This commit is contained in:
parent
c3ebc7a11b
commit
b995f42fb4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- REDIS_HOST=redis
|
- REDIS_HOST=redis
|
||||||
- NO_SSL=false
|
- NO_SSL=false
|
||||||
- SECRET_KEY=$SECRET_KEY
|
- SECRET_KEY=${SECRET_KEY}
|
||||||
- VIRTUAL_HOST=share.brothertec.eu
|
- VIRTUAL_HOST=share.brothertec.eu
|
||||||
- VIRTUAL_PORT=5000
|
- VIRTUAL_PORT=5000
|
||||||
- LETSENCRYPT_HOST=share.brothertec.eu
|
- LETSENCRYPT_HOST=share.brothertec.eu
|
||||||
|
|
Loading…
Reference in a new issue