Skip to content

Commit

Permalink
Update ports yet again because something is already running on the VPS
Browse files Browse the repository at this point in the history
Yes, we are sure this is not our application running twice, this is some other user's app
  • Loading branch information
pinomo1 committed Nov 14, 2024
1 parent fe4b270 commit ee0d099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
frontend:
build: ./frontend
ports:
- "80:80"
- "81:80"
depends_on:
- backend
restart: on-failure
Expand Down

0 comments on commit ee0d099

Please sign in to comment.