[FIX] Allow Uptime Kuma to connect docker host using sock (#2048)
Co-authored-by: Frédéric Cilia <AZR_FCILIA-ext@admin.lvmhpcis.com>
This commit is contained in:
parent
c36d881958
commit
f2ee8ac794
|
@ -5,7 +5,7 @@
|
|||
"exposable": true,
|
||||
"port": 8125,
|
||||
"id": "uptime-kuma",
|
||||
"tipi_version": 2,
|
||||
"tipi_version": 3,
|
||||
"version": "1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
|
|
|
@ -4,6 +4,7 @@ services:
|
|||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${APP_DATA_DIR}/data:/app/data
|
||||
dns:
|
||||
- ${DNS_IP}
|
||||
|
|
Loading…
Reference in New Issue
Block a user