浏览代码

add basic http server

Blaine Story 1 年之前
父节点
当前提交
d685e45862
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      plays/nas-services.yml

+ 8 - 0
plays/nas-services.yml

@@ -81,6 +81,14 @@
         networks:
           - jarvis
 
+      - name: nginx
+        active: true
+        image: nginx
+        ports:
+          - 8092:80
+        volumes:
+          - /opt/nginx:/usr/share/nginx/html:ro
+
       - name: sickchill
         active: true
         image: linuxserver/sickchill