nginx-proxy: fix compose file
This commit is contained in:
parent
fb0285cbb0
commit
1b15011269
|
|
@ -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