Обновить docker-compose.yml
This commit is contained in:
+12
-1
@@ -81,4 +81,15 @@ services:
|
||||
- /mnt/hdd/downloads:/downloads #optional
|
||||
ports:
|
||||
- 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
|
||||
Reference in New Issue
Block a user