mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-22 14:21:31 +00:00
Fix messages and rebuild without cache
This commit is contained in:
@@ -21,7 +21,7 @@ if [[ ! -z $(docker ps -af "name=${NAME}" -q) ]]; then
|
||||
fi
|
||||
|
||||
if [[ ! -z "$(docker images -q redis:${DBVERS})" ]]; then
|
||||
read -r -p "Found image locally. Rebuild/pull anyway? [y/N] " response
|
||||
read -r -p "Found image locally. Delete local image and repull? [y/N] " response
|
||||
response=${response,,}
|
||||
if [[ $response =~ ^(yes|y)$ ]]; then
|
||||
docker rmi redis:${DBVERS}
|
||||
|
||||
Reference in New Issue
Block a user