name
This commit is contained in:
@@ -33,7 +33,7 @@ in {
|
||||
];
|
||||
|
||||
volumes = [
|
||||
"vol_nextcloud:/mnt/docker-aio-config"
|
||||
"nextcloud_aio_mastercontainer:/mnt/docker-aio-config"
|
||||
"/run/docker.sock:/var/run/docker.sock:ro"
|
||||
];
|
||||
|
||||
@@ -82,7 +82,7 @@ in {
|
||||
RemainAfterExit = true;
|
||||
};
|
||||
script = ''
|
||||
docker volume inspect vol_nextcloud || docker volume create vol_nextcloud --driver=local
|
||||
docker volume inspect nextcloud_aio_mastercontainer || docker volume create nextcloud_aio_mastercontainer --driver=local
|
||||
'';
|
||||
partOf = [ "docker-compose-nextcloud-root.target" ];
|
||||
wantedBy = [ "docker-compose-nextcloud-root.target" ];
|
||||
|
||||
Reference in New Issue
Block a user