Add waypoint-data host volume to hcp1 config
This commit is contained in:
parent
56fda79bd6
commit
9fb8ae11bb
|
|
@ -59,6 +59,11 @@ client {
|
||||||
read_only = false
|
read_only = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host_volume "waypoint-data" {
|
||||||
|
path = "/opt/waypoint"
|
||||||
|
read_only = false
|
||||||
|
}
|
||||||
|
|
||||||
# 禁用Docker驱动,只使用Podman
|
# 禁用Docker驱动,只使用Podman
|
||||||
options {
|
options {
|
||||||
"driver.raw_exec.enable" = "1"
|
"driver.raw_exec.enable" = "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue