Skip to content

Commit e9f581d

Browse files
authored
Merge pull request #5 from janschill/patch-1
Syntax is invalid
2 parents 95d674f + 68759f4 commit e9f581d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/docker-compose.all-in-one.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
image: jrcs/letsencrypt-nginx-proxy-companion:latest
3030
restart: always
3131
environment:
32-
-"NGINX_PROXY_CONTAINER=nginx"
32+
- "NGINX_PROXY_CONTAINER=nginx"
3333
volumes:
3434
- nginx-conf:/etc/nginx/conf.d
3535
- vhostd:/etc/nginx/vhost.d
@@ -73,4 +73,4 @@ volumes:
7373
nginx-conf:
7474
vhostd:
7575
html:
76-
certs:
76+
certs:

0 commit comments

Comments
 (0)