Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@e42a781 from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Nov 8, 2023
1 parent 922da55 commit c80db63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/v1.2.x/quick-start/local-docker-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ The latest version is at the top of the page
You can use the curl or wget command as well to fetch the docker compose files from your terminal -

```commandline
curl -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose.yml
curl -sL -o docker-compose.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose.yml
curl -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose-postgres.yml
curl -sL -o docker-compose-postgres.yml https://github.com/open-metadata/OpenMetadata/releases/download/1.2.0-release/docker-compose-postgres.yml
```

```commandline
Expand Down

0 comments on commit c80db63

Please sign in to comment.