Last Sync: 2026-01-08 23:40 (Mobile)
This commit is contained in:
20
truenas.md
Normal file
20
truenas.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user