Fix pihole error. (#1092)

* Update docker-compose.yml

* Update config.json
This commit is contained in:
Stavros Iliopoulos 2023-08-29 22:40:52 +03:00 committed by GitHub
parent 05b09bde61
commit 17641b0832
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -10,7 +10,7 @@
] ]
}, },
"id": "pihole", "id": "pihole",
"tipi_version": 8, "tipi_version": 9,
"version": "2023.05.2", "version": "2023.05.2",
"url_suffix": "/admin", "url_suffix": "/admin",
"categories": [ "categories": [

View File

@ -18,12 +18,10 @@ services:
environment: environment:
TZ: ${TZ} TZ: ${TZ}
WEBPASSWORD: ${APP_PASSWORD} WEBPASSWORD: ${APP_PASSWORD}
FTLCONF_REPLY_ADDR4: 10.21.21.201
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
networks: networks:
tipi_main_network: - tipi_main_network
ipv4_address: 10.21.21.201
labels: labels:
# Main # Main
traefik.enable: true traefik.enable: true