This commit is contained in:
2025-12-17 01:31:33 +09:00
parent bab5060120
commit 99081b9259
748 changed files with 35151 additions and 228 deletions

20
truenas.md Normal file
View File

@@ -0,0 +1,20 @@
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
```