Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev authored Jul 31, 2023
1 parent fd1fe7d commit 0726a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It is used as a basis platform for products build with and for `codbex` tools an

```
docker pull ghcr.io/codbex/codbex-gaia:latest
docker run --name codbex-gaia --rm -p 8080:8080 ghcr.io/codbex/codbex-gaia:latest
docker run --name codbex-gaia --rm -p 80:80 ghcr.io/codbex/codbex-gaia:latest
```

- For Apple's M1: provide `--platform=linux/arm64` for better performance
Expand All @@ -35,6 +35,6 @@ java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -jar app
#### REST API

```
http://localhost:8080/swagger-ui/index.html
http://localhost/swagger-ui/index.html
```

0 comments on commit 0726a9a

Please sign in to comment.