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