Fix typo in python-3-postgres README (#1116)
This commit is contained in:
Родитель
df4e4dd1ef
Коммит
56d78a9d42
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче