Skip to content
Snippets Groups Projects
Commit 422912bd 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 3e44ef4a
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ services: ...@@ -13,6 +13,7 @@ services:
- jellyfin.shore.co.il - jellyfin.shore.co.il
- library.shore.co.il - library.shore.co.il
- transmission.shore.co.il - transmission.shore.co.il
bridge: {}
ports: ports:
- '80:80' - '80:80'
- '443:443' - '443:443'
...@@ -44,3 +45,5 @@ services: ...@@ -44,3 +45,5 @@ services:
networks: networks:
default: default:
name: shore name: shore
bridge:
name: bridge
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment