Browse Source

Update README.md

neil 4 years ago
parent
commit
e5edc0c2cc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -58,9 +58,9 @@ services:
         - ./proxy/certs:/etc/nginx/certs
         - ./proxy/acme:/acmecerts
         - ./proxy/conf.d:/etc/nginx/conf.d
-        - ./proxy/vhost.d:/etc/nginx/vhost.d \
-        - ./proxy/stream.d:/etc/nginx/stream.d \
-        - ./proxy/dhparam:/etc/nginx/dhparam \
+        - ./proxy/vhost.d:/etc/nginx/vhost.d 
+        - ./proxy/stream.d:/etc/nginx/stream.d 
+        - ./proxy/dhparam:/etc/nginx/dhparam 
       network_mode: "host"
 ```