Commit e9bb2e86 authored by nimrod's avatar nimrod
Browse files

Add Nginx to the regular bridged network.

That network is allowed access to the host in the firewall. For proxying
the Kodi webui.
parent 4888e946
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ services:
          - jellyfin.shore.co.il
          - library.shore.co.il
          - transmission.shore.co.il
      bridge: {}
    ports:
      - '80:80'
      - '443:443'
@@ -44,3 +45,5 @@ services:
networks:
  default:
    name: shore
  bridge:
    name: bridge