Files
xTeVe/docker-compose.host.yml

14 lines
286 B
YAML

services:
xteve:
build:
context: .
dockerfile: Dockerfile
container_name: xteve
restart: unless-stopped
network_mode: host
environment:
XTEVE_CONFIG: /xteve/config
XTEVE_PORT: "34400"
volumes:
- ./docker-data/config:/xteve/config