Updating
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
ENTER_VERSION_HEREwith your selected version.Update the umh-core image tag in
docker-compose.yaml:
services:
umh:
# make sure to include 'v' in the version string like so: v0.44.31
image: management.umh.app/oci/united-manufacturing-hub/umh-core:ENTER_VERSION_HEREPull 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

