add sqlite database to docker volume
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
parent
182a4207dd
commit
0696f73f9e
|
@ -71,7 +71,7 @@
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
WorkingDir = "/data";
|
WorkingDir = "/data";
|
||||||
Volumes = { "/data/config" = { }; "/data/sounds" = { }; };
|
Volumes = { "/data/config" = { }; "/data/sounds" = { }; "/data/db.sqlite" = { }; };
|
||||||
Entrypoint = [ "/bin/memejoin-rs" ];
|
Entrypoint = [ "/bin/memejoin-rs" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue