Bring down services before cleaning
This commit is contained in:
parent
4f6c81da86
commit
ba08c58b28
2
Makefile
2
Makefile
@ -141,7 +141,7 @@ runner: runner-clean runner-build runner-push
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
clean-all:
|
||||
docker rmi $(shell docker images -q)
|
||||
docker-compose down && docker rmi $(shell docker images -q)
|
||||
|
||||
clean-builds: html-clean wiki-clean nextcloud-cron-clean gitlab-clean proxy-clean certbot-clean runner-clean
|
||||
|
||||
|
Reference in New Issue
Block a user