Feat: add docker-compose

pull/3/head
zijiren233 3 years ago
parent 5fccea83f3
commit 27134a9afd

@ -0,0 +1,14 @@
version: '3.3'
services:
alist:
restart: unless-stopped
ports:
- '8080:8080/tcp'
- '8080:8080/udp'
environment:
- PUID=0
- PGID=0
- UMASK=022
- TZ=UTC
container_name: synctv
image: 'synctvorg/synctv:latest'
Loading…
Cancel
Save