@@ -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