Fixed docker_prune

This commit is contained in:
2026-06-22 17:13:36 +02:00
parent 0fc5be6028
commit 43c0b25485
+2 -1
View File
@@ -7,7 +7,8 @@ services:
image: docker image: docker
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
command: docker system prune --all --force --volumes # command: docker system prune --all --force --volumes
command: docker system prune --all --force
deploy: deploy:
mode: global mode: global
restart_policy: restart_policy: