From 9ce6eb97e12ce3dd057fd882c0fe0bec7c6204e0 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 26 Apr 2021 00:03:50 +0300 Subject: [PATCH] Add Nginx to the regular bridged network. That network is allowed access to the host in the firewall. For proxying the Kodi webui. --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 558fe80..32a04c4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 -- GitLab