mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-20 12:09:05 +00:00
600 B
600 B
| title | slug |
|---|---|
| Upgrade on Docker | /deployment/upgrade/docker |
Upgrade on Docker
For running OpenMetadata on Docker, we downloaded a docker-compose.yml file. Optionally, we added some
Named Volumes to handle data persistence.
You can refresh these steps here
Now,
- Visit github.com/open-metadata/OpenMetadata/releases. The latest release will be at the top of this page.
- Download the new
docker-compose.ymlfile. - Run the
docker compose up -dcommand on the new compose file.