Last Sync: 2026-01-08 22:34 (Mobile)

This commit is contained in:
2026-01-08 22:34:48 +09:00
parent fb2d3af133
commit 85aa76fba4
1909 changed files with 2505 additions and 142249 deletions

View File

@@ -1,20 +0,0 @@
https://download.freenas.org/
```yaml
services:
resilio-sync:
image: lscr.io/linuxserver/resilio-sync:latest
container_name: resilio-sync
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /data/resilio-sync/config:/config
- /data/resilio-sync/downloads:/downloads
- /data/resilio-sync/data:/sync
ports:
- 8888:8888
- 55555:55555
restart: unless-stopped
```