volume stuff
This commit is contained in:
@@ -212,7 +212,7 @@ in {
|
|||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
docker volume inspect authentik_database || docker volume create authentik_database --driver=btrfs
|
docker volume inspect authentik_database || docker volume create authentik_database --driver=local
|
||||||
'';
|
'';
|
||||||
partOf = [ "docker-compose-authentik-root.target" ];
|
partOf = [ "docker-compose-authentik-root.target" ];
|
||||||
wantedBy = [ "docker-compose-authentik-root.target" ];
|
wantedBy = [ "docker-compose-authentik-root.target" ];
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ in {
|
|||||||
RemainAfterExit = true;
|
RemainAfterExit = true;
|
||||||
};
|
};
|
||||||
script = ''
|
script = ''
|
||||||
docker volume inspect vol_openwebui || docker volume create vol_openwebui --driver=btrfs
|
docker volume inspect vol_openwebui || docker volume create vol_openwebui --driver=local
|
||||||
'';
|
'';
|
||||||
partOf = [ "docker-compose-openwebui-root.target" ];
|
partOf = [ "docker-compose-openwebui-root.target" ];
|
||||||
wantedBy = [ "docker-compose-openwebui-root.target" ];
|
wantedBy = [ "docker-compose-openwebui-root.target" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user