Skip to content

Commit 521434f

Browse files
committed
docs: update demo run command
1 parent 43877d1 commit 521434f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function SectionDocker() {
6565
return <div className="" style={{ textAlign: "center", background: "#000000" }}>
6666
{/* <h1 className="hero__title" style={{ color: "var(--ifm-color-gray-700)", marginLeft: "auto" }}>🌙 DDD</h1> */}
6767
<CodeBlock className="headercode">
68-
docker run --rm -p 8080:80 -v /my/local/folder:/var/www/html/public:ro -v rdb:/var/lib/redis/ -it adrianschubek/dir-browser
68+
docker run --rm -p 8080:80 -v $(pwd):/var/www/html/public:ro -v rdb:/var/lib/redis/ -it adrianschubek/dir-browser
6969
</CodeBlock>
7070
</div>
7171
}

0 commit comments

Comments
 (0)