mirror of https://github.com/synctv-org/synctv
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.
17 lines
323 B
YAML
17 lines
323 B
YAML
1 year ago
|
version: '3.3'
|
||
|
services:
|
||
1 year ago
|
synctv:
|
||
|
image: 'synctvorg/synctv:latest'
|
||
|
container_name: synctv
|
||
1 year ago
|
restart: unless-stopped
|
||
|
ports:
|
||
|
- '8080:8080/tcp'
|
||
|
- '8080:8080/udp'
|
||
1 year ago
|
volumes:
|
||
1 year ago
|
- /opt/synctv:/root/.synctv
|
||
1 year ago
|
environment:
|
||
|
- PUID=0
|
||
|
- PGID=0
|
||
|
- UMASK=022
|
||
1 year ago
|
- TZ=Asia/Shanghai
|