Skip to content

Commit

Permalink
fix: fix the docker command (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
adela-bytebase authored Dec 26, 2023
1 parent a635528 commit f19f8de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: Terminal Docker Run With Volume
---

```bash
docker run --init --name bytebase --publish 8080:8080 -volume ~/.bytebase/data:/var/opt/bytebase bytebase/bytebase:%%bb_version%%
docker run --init --name bytebase --publish 8080:8080 --volume ~/.bytebase/data:/var/opt/bytebase bytebase/bytebase:%%bb_version%%
```

1 comment on commit f19f8de

@vercel
Copy link

@vercel vercel bot commented on f19f8de Dec 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.