mirror of https://github.com/docker/docs.git
Update develop.md
Server port is incorrect, due this issue server cannot be available at http://localhost:8080/
This commit is contained in:
parent
8d87ca81c0
commit
48084c86e5
|
@ -92,7 +92,7 @@ services:
|
|||
context: .
|
||||
target: final
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
Loading…
Reference in New Issue