Skip to content

Commit 92d93ee

Browse files
authored
Update the UI port in example command (#41)
1 parent 157c67e commit 92d93ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/help/copilot-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with the required settings:
1818
```bash
1919
docker stop codegate && docker rm codegate
2020

21-
docker run --name codegate -d -p 8989:8989 -p 9090:80 -p 8990:8990 --mount type=volume,src=codegate_volume,dst=/app/codegate_volume ghcr.io/stacklok/codegate:latest
21+
docker run --name codegate -d -p 8989:8989 -p 9090:9090 -p 8990:8990 --mount type=volume,src=codegate_volume,dst=/app/codegate_volume ghcr.io/stacklok/codegate:latest
2222
```
2323

2424
## Trust the CodeGate CA certificate

0 commit comments

Comments
 (0)