Update develop.md (#17643)

database container was started with --hostname db and not --name db
This commit is contained in:
Deepak Pathak 2023-07-18 01:35:35 +07:00 committed by GitHub
parent 4ff27189a8
commit 56af290d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ There are a few points to note about this command.
```
* The total number of stored messages is `0` for now. This is fine, because we had not posted anything to our application yet.
* We refer to the database container by its hostname, which is `db`. This is what we had the `--name db` for when we started the database container.
* We refer to the database container by its hostname, which is `db`. This is what we had the `--hostname db` for when we started the database container.
* The actual password does not matter, but it must be set to something to avoid confusing the example application.
* The container we've just run is named `rest-server`. These names are useful for managing the container lifecycle: