1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 03:31:49 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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