nginx-proxy: fix compose file
This commit is contained in:
parent
d111ca0125
commit
fb0285cbb0
|
|
@ -18,7 +18,7 @@ services:
|
|||
image: nginxproxy/acme-companion
|
||||
container_name: nginx-proxy-acme
|
||||
environment:
|
||||
- DEFAULT_EMAIL: $EMAIL
|
||||
- DEFAULT_EMAIL: ${EMAIL}
|
||||
volumes_from:
|
||||
- nginx-proxy
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue