mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
volume
This commit is contained in:
parent
0e33da8040
commit
b5fb58d9c4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ in
|
||||||
APACHE_IP_BINDING = "0.0.0.0";
|
APACHE_IP_BINDING = "0.0.0.0";
|
||||||
};
|
};
|
||||||
volumes = [
|
volumes = [
|
||||||
"${dockerBaseDir}/aio-config:/mnt/docker-aio-config"
|
"nextcloud_aio_mastercontainer_data:/mnt/docker-aio-config"
|
||||||
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
"/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue