understandably, people could have other services running on mariadb

maybe do not delete the underlying image, throwing errors on STDOUT, right?
This commit is contained in:
Bryan Joshua Pedini 2020-02-14 23:22:38 +01:00
parent de987c6363
commit be12b452ed
1 changed files with 0 additions and 2 deletions

View File

@ -48,9 +48,7 @@ for par in "$@"; do
docker-compose down
docker network rm mediawiki
docker rmi mediawiki:1.34
docker rmi mariadb:10
docker pull mediawiki:1.34
docker pull mariadb:10
docker-compose up -d
exit 0
;;