Add docker-compose.yml
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
m3u-proxy:
|
||||
image: sparkison/m3u-proxy:latest
|
||||
container_name: m3u-proxy
|
||||
ports:
|
||||
- "8085:8085"
|
||||
environment:
|
||||
- M3U_PROXY_HOST=0.0.0.0
|
||||
- M3U_PROXY_PORT=8085
|
||||
- LOG_LEVEL=INFO
|
||||
- ROOT_PATH=/m3u-proxy
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user