feat: Add docker gateway address to uptime
This commit is contained in:
parent
a04079b558
commit
5c526266f8
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
|||
"target": "/var/run/docker.sock",
|
||||
"source": "/var/run/docker.sock"
|
||||
}
|
||||
],
|
||||
"extra_hosts": [
|
||||
"host.docker.internal:host-gateway"
|
||||
]
|
||||
},
|
||||
"Resources": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue