Browse Source

add basic http server

Blaine Story 1 year ago
parent
commit
d685e45862
1 changed files with 8 additions and 0 deletions
  1. 8 0
      plays/nas-services.yml

+ 8 - 0
plays/nas-services.yml

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