aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2024-12-05 20:26:14 +0000
committerAkshay <[email protected]>2024-12-05 20:26:14 +0000
commitd214040c0b4a7dcd7dd386e0169b77a1c74de489 (patch)
tree9994a08edd4810b1e9984ded7139e043d233d99c /readme.md
parentf1029d2ebdfb2dd8736f8c094fb214c2cdb68d2d (diff)
add docker volume instructions
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
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
67ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB 67ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB
68 68
69# start lurker in a container 69# start lurker in a container
70$ docker run ghcr.io/oppiliappan/lurker:latest 70#
71# lurker stores data in /data,
72# so create a volume on the host accordingly:
73$ docker run -v /your/host/lurker-data:/data ghcr.io/oppiliappan/lurker:latest
71``` 74```
72 75
73or with just [bun](https://bun.sh/): 76or with just [bun](https://bun.sh/):