Fix pihole error. (#1092)
* Update docker-compose.yml * Update config.json
This commit is contained in:
parent
05b09bde61
commit
17641b0832
|
@ -10,7 +10,7 @@
|
|||
]
|
||||
},
|
||||
"id": "pihole",
|
||||
"tipi_version": 8,
|
||||
"tipi_version": 9,
|
||||
"version": "2023.05.2",
|
||||
"url_suffix": "/admin",
|
||||
"categories": [
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user