소스 검색

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