Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 authored Feb 2, 2024
1 parent 6e45e71 commit 165ccb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ docker run \
--restart unless-stopped \
-e SMOLTABLE_DATA=/data \
-e SMOLTABLE_PORT=9876 \
-e RUST_LOG=warn \
-v $(pwd)/smoltable-data:/data \
-p 9876:9876 \
ghcr.io/marvin-j97/smoltable:edge-debian
Expand All @@ -35,6 +36,7 @@ services:
environment:
SMOLTABLE_DATA: "/data"
SMOLTABLE_PORT: "9876"
RUST_LOG: warn
```
## Available images:
Expand Down

0 comments on commit 165ccb3

Please sign in to comment.