Skip to content

Commit

Permalink
update docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesare De Cal committed Jul 4, 2024
1 parent 0edf70d commit 34e7f9a
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 @@ -7,7 +7,7 @@ services:
- REACT_APP_BACKEND_APP_API_BASE_URL=http://localhost:8080
- REACT_APP_BACKEND_APP_API_PREFIX=api/v1
ports:
- "6969:80"
- "6969:3000"
depends_on:
- backend-app

Expand Down

0 comments on commit 34e7f9a

Please sign in to comment.