Updating
services:
umh:
image: management.umh.app/oci/united-manufacturing-hub/umh-core:<VERSION>docker compose up -dLast updated
To update umh-core, edit the image tag in your docker-compose.yaml and restart the stack.
Find the latest version on the Releases page and replace <VERSION> with your selected version.
Update the umh-core image tag in docker-compose.yaml:
services:
umh:
image: management.umh.app/oci/united-manufacturing-hub/umh-core:<VERSION>Pull the new image and restart:
docker compose up -dThat's it! Your data is preserved in the named volumes.
Note: On Linux without Docker group membership, prefix commands with
sudo.
Last updated

