Skip to content

Commit

Permalink
🔧 change server port from 8080 to 8090
Browse files Browse the repository at this point in the history
  • Loading branch information
josuablejeru committed Sep 15, 2023
1 parent 7b98514 commit c6778a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
backend:
image: ghcr.io/josuablejeru/resupply-api:latest
ports:
- '8080:8080'
- '8090:8090'
```

## Development
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ springdoc.swagger-ui.operationsSorter=method
# Error
server.error.include-exception=false
server.error.include-stacktrace=never

server.port=8090

0 comments on commit c6778a5

Please sign in to comment.