set data in jellyfin servarr to read only

This commit is contained in:
smayzy 2025-04-09 17:54:23 +02:00
parent 94b2d9515d
commit e1d9624e30

View File

@ -241,7 +241,7 @@ services:
- TZ=${TZ}
volumes:
- ${CONFIG_PATH}/jellyfin:/config
- ${DATA_PATH}:/data
- ${DATA_PATH}:/data:ro
ports:
- 8096:8096
networks: