Skip to content

Commit

Permalink
add docker volume instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
oppiliappan committed Dec 5, 2024
1 parent f1029d2 commit d214040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
cp -R ./node_modules/* $out/node_modules
ls -la $out/node_modules
'';
outputHash = "sha256-2qqPTYzbW/MuBfwYDAPZs0fiElTut3tKqCeMW6YIYTg=";
outputHash = "sha256-XX8RozzH76qzBAIyWYwPynaxGIaHNojNw5s6aCqaSio=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
};
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ REPOSITORY TAG IMAGE ID CREATED SIZE
ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB

# start lurker in a container
$ docker run ghcr.io/oppiliappan/lurker:latest
#
# lurker stores data in /data,
# so create a volume on the host accordingly:
$ docker run -v /your/host/lurker-data:/data ghcr.io/oppiliappan/lurker:latest
```

or with just [bun](https://bun.sh/):
Expand Down

0 comments on commit d214040

Please sign in to comment.