File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ services:
21
21
nginx-proxy :
22
22
image : nginxproxy/nginx-proxy
23
23
container_name : nginx-proxy
24
- environment :
25
- - DEFAULT_EMAIL=mail@yourdomain.tld
26
24
ports :
27
25
- " 80:80"
28
26
- " 443:443"
@@ -37,6 +35,8 @@ services:
37
35
acme-companion :
38
36
image : nginxproxy/acme-companion
39
37
container_name : nginx-proxy-acme
38
+ environment :
39
+ - DEFAULT_EMAIL=mail@yourdomain.tld
40
40
volumes_from :
41
41
- nginx-proxy
42
42
volumes :
@@ -62,8 +62,6 @@ services:
62
62
nginx-proxy :
63
63
image : nginx:alpine
64
64
container_name : nginx-proxy
65
- environment :
66
- - DEFAULT_EMAIL=mail@yourdomain.tld
67
65
ports :
68
66
- " 80:80"
69
67
- " 443:443"
@@ -90,6 +88,8 @@ services:
90
88
acme-companion :
91
89
image : nginxproxy/acme-companion
92
90
container_name : nginx-proxy-acme
91
+ environment :
92
+ - DEFAULT_EMAIL=mail@yourdomain.tld
93
93
volumes_from :
94
94
- nginx-proxy
95
95
volumes :
You can’t perform that action at this time.
0 commit comments