Bringing service down with docker-compose interferes with systemd

This commit is contained in:
Wojciech Kozlowski 2018-01-23 23:10:40 +00:00
parent ba08c58b28
commit 5bb00727f9

View File

@ -141,7 +141,7 @@ runner: runner-clean runner-build runner-push
# -----------------------------------------------------------------------------
clean-all:
docker-compose down && docker rmi $(shell docker images -q)
docker rmi $(shell docker images -q)
clean-builds: html-clean wiki-clean nextcloud-cron-clean gitlab-clean proxy-clean certbot-clean runner-clean