Update archived folder name

This commit is contained in:
2025-07-09 20:00:46 +05:30
parent d0123c8dc0
commit 802a317bb0
24 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
services:
jellyfin:
image: ghcr.io/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
- ${MEDIA_PATH}:/media
- /etc/localtime:/etc/localtime:ro
ports:
- ${PORT}:8096
restart: unless-stopped