Обновить docker-compose.yml

This commit is contained in:
2026-04-23 07:08:46 +05:00
parent 3a47e0ef05
commit 64e36f8689
+11
View File
@@ -82,3 +82,14 @@ services:
ports:
- 8989:8989
restart: unless-stopped
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=Asia/Yekaterinburg
ports:
- 5055:5055
volumes:
- /mnt/hdd/config:/app/config
restart: unless-stopped