Skip to content

Commit 48084c8

Browse files
authored
Update develop.md
Server port is incorrect, due this issue server cannot be available at http://localhost:8080/
1 parent 8d87ca8 commit 48084c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/dotnet/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
context: .
9393
target: final
9494
ports:
95-
- 8080:80
95+
- 8080:8080
9696
depends_on:
9797
db:
9898
condition: service_healthy

0 commit comments

Comments
 (0)