Skip to content

Commit

Permalink
Added compiled nginx xplex config as bind mount
Browse files Browse the repository at this point in the history
  • Loading branch information
nhalstead authored and debloper committed Dec 3, 2024
1 parent 27f98b1 commit 11570f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 11570f5

Please sign in to comment.