Docker Volumes Postgres Documentation Fix (#8233)

This commit is contained in:
Shaazaan Majeed 2022-10-19 11:24:03 +11:00 committed by GitHub
parent 1565aa7733
commit 04180140e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,10 +45,10 @@ Open the file `docker-compose.yml` downloaded from the Release page [Link](https
```commandline
version: "3.9"
services:
postgressql:
postgresql:
...
volumes:
- /opt/openmetadata/db:/var/lib/postgressql
- /opt/openmetadata/db:/var/lib/postgresql
...
```