[servarr] Fix qbittorrent container_port 8787 -> 8080 (matches WEBUI_PORT)
Co-Authored-By: Service Upgrade Agent <noreply@viktorbarzin.me>
This commit is contained in:
parent
3b4a059243
commit
55ade1f9b3
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ resource "kubernetes_deployment" "qbittorrent" {
|
||||||
name = "qbittorrent"
|
name = "qbittorrent"
|
||||||
|
|
||||||
port {
|
port {
|
||||||
container_port = 8787
|
container_port = 8080
|
||||||
}
|
}
|
||||||
env {
|
env {
|
||||||
name = "PUID"
|
name = "PUID"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue