fix: Add TLS port for AdGuard (#1960)

Co-authored-by: Frédéric Cilia <AZR_FCILIA-ext@admin.lvmhpcis.com>
Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
This commit is contained in:
Frédéric Cilia 2024-01-05 07:53:50 +01:00 committed by GitHub
parent 77c0857282
commit 2f8d15be71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"name": "Adguard",
"available": true,
"exposable": true,
"tipi_version": 22,
"tipi_version": 23,
"version": "0.107.43",
"port": 8104,
"id": "adguard",

View File

@ -12,6 +12,8 @@ services:
ports:
- ${NETWORK_INTERFACE:-0.0.0.0}:53:53/tcp
- ${NETWORK_INTERFACE:-0.0.0.0}:53:53/udp
- ${NETWORK_INTERFACE:-0.0.0.0}:853:853/tcp
- ${NETWORK_INTERFACE:-0.0.0.0}:853:853/udp
- ${APP_PORT}:80
labels:
# Main