Skip to content

Bug fixes

Compare
Choose a tag to compare
@interair interair released this 10 Oct 13:54
· 41 commits to master since this release

Main Changes:

  • UI: changed port order, fixed restart policy

For installing read:
https://github.com/codeabovelab/haven-platform/blob/master/doc/installation.md

For updating:

docker stop cluman && docker rm cluman && \
docker run -d --name=cluman -p 8761:8761 --restart=unless-stopped \
         -e "dm_kv_etcd_urls=http://$MASTER_IP:2379" codeabovelab/cluster-manager:1.2.5