#! /usr/bin/bash export COMPOSE_IGNORE_ORPHANS=True echo "pulling new images" docker pull ghcr.io/home-assistant/home-assistant:stable docker pull zwavejs/zwavejs2mqtt:latest echo "removing container" docker rm -f homeassistant zwavejs2mqtt echo "creating new container" docker-compose -f ./docker-compose.yml up -d