Fixed docker_prune
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user