You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/docker-compose.yml

15 lines
266 B
YAML

version: '3.3'
services:
synctv:
image: 'synctvorg/synctv:latest'
container_name: synctv
restart: unless-stopped
ports:
- '8080:8080/tcp'
- '8080:8080/udp'
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=UTC