Fixed docker_prune
This commit is contained in:
@@ -7,7 +7,8 @@ services:
|
||||
image: docker
|
||||
volumes:
|
||||
- "/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:
|
||||
mode: global
|
||||
restart_policy:
|
||||
|
||||
Reference in New Issue
Block a user