mount data in different location
This commit is contained in:
parent
e646053552
commit
e242788d88
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ runcmd:
|
||||||
|
|
||||||
%{ if add_data_share }
|
%{ if add_data_share }
|
||||||
mounts:
|
mounts:
|
||||||
- ["data", "/mnt/data", "9p", "trans=virtio,rw", "0", "0"]
|
- ["data", "/var/lib/docker/volumes", "9p", "trans=virtio,rw", "0", "0"]
|
||||||
%{ endif }
|
%{ endif }
|
||||||
|
|
||||||
%{ if fixed_dns != "" }
|
%{ if fixed_dns != "" }
|
||||||
|
|
Reference in a new issue