Fix typo in python-3-postgres README (#1116)

This commit is contained in:
Jeff Bowen 2021-10-20 16:28:44 -04:00 коммит произвёл GitHub
Родитель df4e4dd1ef
Коммит 56d78a9d42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,7 +41,7 @@ You also can connect to PostgreSQL from an external tool when using VS Code by u
### Adding another service
You can add other services to your `docker-compose.yml` file [as described in Docker's documentaiton](https://docs.docker.com/compose/compose-file/#service-configuration-reference). However, if you want anything running in this service to be available in the container on localhost, or want to forward the service locally, be sure to add this line to the service config:
You can add other services to your `docker-compose.yml` file [as described in Docker's documentation](https://docs.docker.com/compose/compose-file/#service-configuration-reference). However, if you want anything running in this service to be available in the container on localhost, or want to forward the service locally, be sure to add this line to the service config:
```yaml
# Runs the service on the same network as the database container, allows "forwardPorts" in devcontainer.json function.