aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index eb802f3..6afb77b 100644
--- a/readme.md
+++ b/readme.md
@@ -64,13 +64,13 @@ $ docker pull ghcr.io/oppiliappan/lurker:latest
64# quirk of using nix, it should not affect usage 64# quirk of using nix, it should not affect usage
65$ docker image ls 65$ docker image ls
66REPOSITORY TAG IMAGE ID CREATED SIZE 66REPOSITORY TAG IMAGE ID CREATED SIZE
67ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB 67ghcr.io/oppiliappan/lurker latest ba3733164889 ??? 227MB
68 68
69# start lurker in a container 69# start lurker in a container
70# 70#
71# lurker stores data in /data, 71# lurker stores data in /data,
72# so create a volume on the host accordingly: 72# so create a volume on the host accordingly:
73$ docker run -v /your/host/lurker-data:/data ghcr.io/oppiliappan/lurker:latest 73$ docker run -v /your/host/lurker-data:/data -p 3000 ghcr.io/oppiliappan/lurker:latest
74``` 74```
75 75
76or with just [bun](https://bun.sh/): 76or with just [bun](https://bun.sh/):