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",
"tipi_version": 8,
"tipi_version": 9,
"version": "2023.05.2",
"url_suffix": "/admin",
"categories": [

View File

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