Skip to content

Commit 46fd672

Browse files
committed
Merge branch 'getting-started-4.5' of https://github.com/HarperDB/documentation into getting-started-4.5
2 parents 1f0813c + 751f96e commit 46fd672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/install-harper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This command downloads the official Harper image from Docker Hub, ensuring you h
3636
docker run -d -p 9925:9925 harperdb/harperdb
3737
```
3838

39-
In this command, the -d flag runs the container in detached mode, allowing it to operate in the background, and the -p 9925:9925 flag maps port 9925 on your local machine to port 9925 within the container, which is Harper’s default port. This port mapping lets you interact with the Harper instance directly from your local environment.
39+
In this command, the `-d` flag runs the container in detached mode, allowing it to operate in the background, and the `-p 9925:9925` flag maps port 9925 on your local machine to port 9925 within the container, which is Harper’s default port. This port mapping lets you interact with the Harper instance directly from your local environment.
4040

4141
### How to Use this Image
4242
[Harper configuration settings⁠](https://harperdb.io/docs/reference/configuration-file/) can be passed as Docker run environment variables. If no environment variables are provided, Harper will operate with default configuration settings, such as:

0 commit comments

Comments
 (0)