Update develop.md

Server port is incorrect, due this issue server cannot be available at http://localhost:8080/
This commit is contained in:
Roberto Robles 2025-02-21 14:55:48 -06:00 committed by GitHub
parent 8d87ca81c0
commit 48084c86e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ services:
context: .
target: final
ports:
- 8080:80
- 8080:8080
depends_on:
db:
condition: service_healthy