Update ha_setup.sh

This commit is contained in:
tteckster
2022-02-14 08:46:45 -05:00
committed by GitHub
parent 240b7dab2e
commit 2b8f069c2f

View File

@ -114,6 +114,7 @@ for container in ${CONTAINER_LIST}; do
docker rm --force "${container}"
eval ${DOCKER_COMMAND}
fi
docker image prune -f
done
EOF
sudo chmod +x /root/update-containers.sh