Skip to content

Commit 8769795

Browse files
committed
update Makefile [skip ci]
1 parent db66a9d commit 8769795

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,3 @@ vc:
9999
.PHONY: ctop
100100
ctop: ## Runs A CTop instance to monitor the running docker container.
101101
docker run --rm -ti --pull always -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest
102-
103-
.PHONY: docker-compose
104-
docker-compose: ## Docker compose up.
105-
mkdir -m 777 -p docker/data
106-
docker-compose -f docker/docker-compose.yml pull --ignore-pull-failures
107-
docker-compose -f docker/docker-compose.yml up --force-recreate --abort-on-container-exit --remove-orphans

0 commit comments

Comments
 (0)