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

18 lines
418 B

version: "3.9"
services:
resilio-sync:
image: ghcr.io/linuxserver/resilio-sync
container_name: resilio-sync
environment:
- PUID=1000
- PGID=1000
- TZ=Asia/Shanghai
- UMASK_SET=022 #optional
volumes:
- ./resilio/config:/config
- ./resilio/downloads:/downloads
- ./resilio/sync:/sync
ports:
- 8888:8888
- 55555:55555
restart: unless-stopped