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