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: .
|
context: .
|
||||||
target: final
|
target: final
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8080:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
Loading…
Reference in New Issue