move data to disk
This commit is contained in:
parent
363031ecc0
commit
7b798a1a81
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ in {
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"${stacks-dir}:${stacks-dir}:rw"
|
"${stacks-dir}:${stacks-dir}:rw"
|
||||||
"/root/dockge:/app/data:rw"
|
"${homelab.disks.data}/dockge/data:/app/data:rw"
|
||||||
"/var/run/docker.sock:/var/run/docker.sock:rw"
|
"/var/run/docker.sock:/var/run/docker.sock:rw"
|
||||||
];
|
];
|
||||||
ports = [
|
ports = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue