readme updated with instructions how to make DLNA working in Docker installation (#453)

Co-authored-by: Andrey Chernyshov <a.chernyshov@yadro.com>
This commit is contained in:
Andrewkha
2024-09-28 15:35:08 +03:00
committed by GitHub
parent 7b420ab06c
commit 1cc3ac1fac

View File

@@ -147,6 +147,7 @@ services:
torrserver:
image: ghcr.io/yourok/torrserver
container_name: torrserver
network_mode: host # to allow DLNA feature
environment:
- TS_PORT=5665
- TS_DONTKILL=1
@@ -159,6 +160,7 @@ services:
ports:
- '5665:5665'
restart: unless-stopped
```