Skip to content

Commit

Permalink
Fixed Symfony local server Docker test port in development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed May 13, 2024
1 parent c49905a commit 0c707f8
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 @@ -81,7 +81,7 @@ services:
networks:
- source_web_console
healthcheck:
test: curl -f http://127.0.0.1:9000/ 2>&1 | grep "Connection reset by peer" || curl -f http://localhost
test: curl -f http://127.0.0.1:9000/ 2>&1 | grep "Connection reset by peer" || curl -f http://localhost:8000/
retries: 3
timeout: 5s
build:
Expand Down

0 comments on commit 0c707f8

Please sign in to comment.