瀏覽代碼

Update README.md

neil 4 年之前
父節點
當前提交
e5edc0c2cc
共有 1 個文件被更改,包括 3 次插入3 次删除
  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"
 ```