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

This commit is contained in:
2026-04-23 07:08:46 +05:00
parent 3a47e0ef05
commit 64e36f8689
+12 -1
View File
@@ -81,4 +81,15 @@ services:
- /mnt/hdd/downloads:/downloads #optional - /mnt/hdd/downloads:/downloads #optional
ports: ports:
- 8989:8989 - 8989:8989
restart: unless-stopped 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