diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -67,7 +67,10 @@ REPOSITORY TAG IMAGE ID CREATED SIZE | |||
67 | ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB | 67 | ghcr.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 | ||
73 | or with just [bun](https://bun.sh/): | 76 | or with just [bun](https://bun.sh/): |