hello please confirm if i am right in following this steps to install UMH core docker run -d \
--name umh-core \
-v umh_data:/data \
ghcr.io/united-manufacturing-hub/umh-core:latest
then I create a file name umh-lite-bootstrap.yaml
and then I deploy the container
docker run -d \
--name umh-core \
-v $(pwd)/umh-lite-bootstrap.yaml:/data/umh-lite-bootstrap.yaml:ro \
-v umh-lite-state:/data \
-p 4195:4195 \
umh-core:latest