Update hosts mounts for container
This commit is contained in:
parent
d351f6194a
commit
6c7c917ab4
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
isReadOnly = false;
|
||||
};
|
||||
"/shared" = {
|
||||
mountPoint = "/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared";
|
||||
hostPath = "/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared";
|
||||
mountPoint = "/shared";
|
||||
isReadOnly = false;
|
||||
};
|
||||
"/home/albert/.ssh/id_ed25519" = {
|
||||
|
|
Loading…
Reference in a new issue