From d214040c0b4a7dcd7dd386e0169b77a1c74de489 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 5 Dec 2024 20:26:14 +0000 Subject: add docker volume instructions --- flake.nix | 2 +- readme.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index ea6f7d0..9663b81 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; diff --git a/readme.md b/readme.md index 017d4e7..eb802f3 100644 --- a/readme.md +++ b/readme.md @@ -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/): -- cgit v1.2.3