Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 56d78a9

Browse files
authored
Fix typo in python-3-postgres README (#1116)
1 parent df4e4dd commit 56d78a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/python-3-postgres/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You also can connect to PostgreSQL from an external tool when using VS Code by u
4141

4242
### Adding another service
4343

44-
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:
44+
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:
4545

4646
```yaml
4747
# Runs the service on the same network as the database container, allows "forwardPorts" in devcontainer.json function.

0 commit comments

Comments
 (0)