mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-21 15:38:11 +00:00
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:
parent
468200252c
commit
684cbea960
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user