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",
|
"id": "pihole",
|
||||||
"tipi_version": 8,
|
"tipi_version": 9,
|
||||||
"version": "2023.05.2",
|
"version": "2023.05.2",
|
||||||
"url_suffix": "/admin",
|
"url_suffix": "/admin",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user