Update hosts mounts for container

This commit is contained in:
albert 2024-08-23 10:08:40 +09:00
parent d351f6194a
commit 6c7c917ab4
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -5,7 +5,8 @@
isReadOnly = false; isReadOnly = false;
}; };
"/shared" = { "/shared" = {
mountPoint = "/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared"; hostPath = "/Storage/Data/Docker/sysctl.io/guacamole/guacd/shared";
mountPoint = "/shared";
isReadOnly = false; isReadOnly = false;
}; };
"/home/albert/.ssh/id_ed25519" = { "/home/albert/.ssh/id_ed25519" = {