From 11570f58001f62ff728f3a4aa4299bdeb94e7c9e Mon Sep 17 00:00:00 2001 From: Noah Halstead Date: Wed, 27 Nov 2024 14:41:06 +0000 Subject: [PATCH] Added compiled nginx xplex config as bind mount --- compose.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compose.yaml b/compose.yaml index ebfc6b4..5348fee 100644 --- a/compose.yaml +++ b/compose.yaml @@ -13,6 +13,9 @@ services: - type: bind source: ./data/ingests.json target: /xplex/ingests.json + - type: bind + source: ./data/xplex.conf + target: /usr/local/nginx/conf/xplex.conf ports: - 8088:80 # Web UI - 1935:1935 # Stream Port