Update docker-compose.yml
fix typo breaking sed in example
This commit is contained in:
parent
59e451c614
commit
e39e783b87
|
@ -10,5 +10,5 @@ services:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf.d:/etc/nginx/user.conf.d :ro
|
- ./conf.d:/etc/nginx/user.conf.d:ro
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue