Skip to content

Commit 370b6fa

Browse files
committed
docs: fix incorrect docker port and outdated version in README
1 parent 534d7a4 commit 370b6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ docker pull raystack/compass:latest
8383
To pull a specific version:
8484

8585
```
86-
docker pull raystack/compass:v0.3.2
86+
docker pull raystack/compass:v0.6.0
8787
```
8888

8989
If you like to have a shell alias that runs the latest version of compass from docker whenever you type `compass`:
9090

9191
```
9292
mkdir -p $HOME/.config/raystack
93-
alias compass="docker run -e HOME=/tmp -v $HOME/.config/raystack:/tmp/.config/raystack --user $(id -u):$(id -g) --rm -it -p 3306:3306/tcp raystack/compass:latest"
93+
alias compass="docker run -e HOME=/tmp -v $HOME/.config/raystack:/tmp/.config/raystack --user $(id -u):$(id -g) --rm -it -p 8080:8080/tcp raystack/compass:latest"
9494
```
9595

9696
## Usage

0 commit comments

Comments
 (0)