Skip to content

Commit 27ac6cc

Browse files
committed
doc
1 parent 3367fd8 commit 27ac6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It acts like a transparent http proxy by default, it only actives when the clien
99
You can simplify use bartender as the gateway in front of your web server:
1010

1111
```bash
12-
docker run -p 3000:3000 bartender ./serve -p :3000 -t http://your-web-server:8080
12+
docker run -p 3000:3000 ghcr.io/go-rod/bartender ./serve -p :3000 -t http://your-web-server:8080
1313
```
1414

1515
A common data flow looks like this:

0 commit comments

Comments
 (0)