Skip to content

Commit f61c9ad

Browse files
Create docker-run.md
1 parent eca754c commit f61c9ad

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

commands/chartdb/docker-run.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
repo: "https://github.com/chartdb/chartdb"
3+
category: "Database"
4+
logo: null # Optional - provide URL to logo if available
5+
---
6+
7+
# Docker Run Command
8+
9+
```bash
10+
docker run -p 8080:80 ghcr.io/chartdb/chartdb:latest
11+
```

0 commit comments

Comments
 (0)