Updated the host volume for Docker deployment section (#8788)

* Updated the host volume for Docker deployment section

* Updated the host volume for Docker deployment section

Co-authored-by: “Vijay” <“vijay.l@deuexsolutions.com”>
This commit is contained in:
Vj-L 2022-11-17 19:41:51 +05:30 committed by GitHub
parent 468200252c
commit 684cbea960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,11 @@ Follow the instructions [here](https://docs.docker.com/compose/cli-command/#inst
- Deploying with MySQL: Download `docker-compose.yml` file from the above link.
- Deploying with PostgreSQL: Download `docker-compose-postgres.yml` file from the above link.
- Create the directory for host volumes
```commandline
mkdir -p $PWD/docker-volume/db-data
```
- Run the below command to deploy the OpenMetadata
```commandline