Update config templates
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.8'
|
||||
|
||||
services:
|
||||
zurg:
|
||||
image: debridmediamanager/zurg:latest
|
||||
image: ghcr.io/debridmediamanager/zurg-testing:latest
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9999:9999
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
volumes:
|
||||
- ./media:/data:rshared
|
||||
- /mnt/zurg:/data:rshared
|
||||
- ./rclone.conf:/config/rclone/rclone.conf
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
@@ -26,25 +26,7 @@ services:
|
||||
- apparmor:unconfined
|
||||
devices:
|
||||
- /dev/fuse:/dev/fuse:rwm
|
||||
command: "mount zurg: /data --allow-other --uid=1000 --gid=1000 --dir-cache-time 10s --read-only"
|
||||
|
||||
rclonerd:
|
||||
image: itstoggle/rclone_rd:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: Europe/Berlin
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
volumes:
|
||||
- ./media2:/data:rshared
|
||||
- ./rclone.conf:/config/rclone/rclone.conf
|
||||
command: "mount rd: /data --allow-other --uid=1000 --gid=1000 --dir-cache-time 10s --read-only"
|
||||
devices:
|
||||
- /dev/fuse:/dev/fuse:rwm
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
security_opt:
|
||||
- apparmor:unconfined
|
||||
command: "mount zurg: /data --allow-non-empty --allow-other --uid=1000 --gid=1000 --dir-cache-time 10s --read-only"
|
||||
|
||||
volumes:
|
||||
zurgdata:
|
||||
|
||||
Reference in New Issue
Block a user