Add memory limit to jellyfin
This commit is contained in:
@@ -3,6 +3,10 @@ services:
|
||||
image: jellyfin/jellyfin:10.10.7
|
||||
container_name: jellyfin
|
||||
user: ${UID}:${GID}
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
memory: ${MEMORY_LIMIT}
|
||||
volumes:
|
||||
- ${APPDATA_PATH}/jellyfin/config:/config
|
||||
- ${APPDATA_PATH}/jellyfin/cache:/cache
|
||||
|
Reference in New Issue
Block a user