add sqlite database to docker volume
ci/woodpecker/push/woodpecker Pipeline failed Details

Patrick Cleavelin 2023-08-07 18:47:26 -05:00
parent 182a4207dd
commit 0696f73f9e
1 changed files with 1 additions and 1 deletions

View File

@ -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" ];
}; };
}; };