mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
Change media volume path to read-only
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- config:/config
|
- config:/config
|
||||||
- cache:/cache
|
- cache:/cache
|
||||||
- /mnt/seedbox/media:/media
|
- /opt/media/seedbox/media:/media:ro
|
||||||
restart: "unless-stopped"
|
restart: "unless-stopped"
|
||||||
environment:
|
environment:
|
||||||
- JELLYFIN_PublishedServerUrl=https://${JELLYFIN_HOST}
|
- JELLYFIN_PublishedServerUrl=https://${JELLYFIN_HOST}
|
||||||
|
|||||||
Reference in New Issue
Block a user