Skip to content

Commit

Permalink
update listening on port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
antpas14 committed Jun 22, 2024
1 parent e7656ce commit 8d3ba99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
fantaleghe-backend:
image: antpas14/fantaleghe-backend
ports:
- "8100:8100"
- "8080:8080"
links:
- "web-fetcher:web-fetcher"
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
server:
servlet:
context-path: /
port: 8100
port: 8080
logging:
level:
org.springframework.web: DEBUG
Expand Down

0 comments on commit 8d3ba99

Please sign in to comment.