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 382110d commit f757f48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It is good for uploading, downloading and structuring documents.

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

#### Build
Expand All @@ -32,11 +32,11 @@ java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -jar app
#### Web

```
http://localhost:8080
http://localhost
```

#### REST API

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

0 comments on commit f757f48

Please sign in to comment.