Обновить docker-compose.yml
This commit is contained in:
@@ -82,3 +82,14 @@ services:
|
|||||||
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
|
||||||
Reference in New Issue
Block a user