Update starr/docker-compose.yaml
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
## starr Stack
|
## starr Stack
|
||||||
|
version:3
|
||||||
|
|
||||||
services:
|
services:
|
||||||
whisparr:
|
whisparr:
|
||||||
@ -16,3 +16,8 @@ services:
|
|||||||
- /mnt/arrs/whisparr:/config
|
- /mnt/arrs/whisparr:/config
|
||||||
- /data/torrents:/data/torrents
|
- /data/torrents:/data/torrents
|
||||||
- /data/media/other:/data/media/other
|
- /data/media/other:/data/media/other
|
||||||
|
ports:
|
||||||
|
- target: 6969
|
||||||
|
published: 6969
|
||||||
|
protocol: tcp
|
||||||
|
mode: host
|
||||||
Reference in New Issue
Block a user