Blaine Story 1 год назад
Родитель
Сommit
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