fix(qbittorrent and pihole): fix some port issues

Fixes: #1298
This commit is contained in:
kjeld Schouten-Lebbing
2021-11-10 00:56:23 +01:00
parent 6d1eb78afa
commit a4bf7ea1a8
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
version: 4.0.7
version: 4.0.8
annotations:
truecharts.org/catagories: |
- networking
+2
View File
@@ -29,6 +29,7 @@ service:
enabled: true
ports:
dns-tcp:
type: TCP
enabled: true
port: 53
targetPort: 53
@@ -36,6 +37,7 @@ service:
enabled: true
ports:
dns:
type: UDP
enabled: true
port: 53
targetPort: 53