diff options
author | akshay <[email protected]> | 2024-12-25 19:19:49 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-25 19:19:49 +0000 |
commit | f8ad9c07bfa4e3f3757ed97358cc75ab580b2662 (patch) | |
tree | 47dfb8d71332ca2de92136749f1b01d9c2caf4da /readme.md | |
parent | 9a9bf55a1acac9a2f1b19c7b40e05967c22f5725 (diff) | |
parent | c120dd4b8be91eb37f2e2f1b4a3bb163e3c6abb4 (diff) |
Merge pull request #13 from Joeoc2001/master
Use plain Bun for Docker
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
66 | REPOSITORY TAG IMAGE ID CREATED SIZE | 66 | REPOSITORY TAG IMAGE ID CREATED SIZE |
67 | ghcr.io/oppiliappan/lurker latest ba3733164889 54 years ago 186MB | 67 | ghcr.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 | ||
76 | or with just [bun](https://bun.sh/): | 76 | or with just [bun](https://bun.sh/): |