add server port mapping
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
5aa38180d6
commit
68abe92202
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ services:
|
||||||
container_name: tdarr
|
container_name: tdarr
|
||||||
image: haveagitgat/tdarr:latest
|
image: haveagitgat/tdarr:latest
|
||||||
ports:
|
ports:
|
||||||
- 8265:8265 # WebUI
|
- 8265:8265
|
||||||
|
- 8266:8266
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt:/media # Your recovered files
|
- /mnt:/media # Your recovered files
|
||||||
- /docker/tdarr/server:/app/server # Persistent server data/configs
|
- /docker/tdarr/server:/app/server # Persistent server data/configs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue