Skip to content

Commit

Permalink
fix: ports in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Dec 9, 2024
1 parent 49620f9 commit a90d19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
container_name: repair-backend
restart: on-failure
ports:
- "8000:8000"
- "127.0.0.1:8000:8000"
build: ./backend
depends_on:
- db
Expand All @@ -27,7 +27,7 @@ services:
restart: on-failure
build: ./frontend
ports:
- "8080:8080"
- "127.0.0.1:8080:8080"
networks:
- app-network

Expand Down

0 comments on commit a90d19c

Please sign in to comment.