Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.3"
- services:
- dcleanup:
- image: meltwater/docker-cleanup
- environment:
- - DELAY_TIME=2592000
- deploy:
- mode: global
- restart_policy:
- condition: on-failure
- volumes:
- - type: bind
- source: /var/run/docker.sock
- target: /var/run/docker.sock
- - type: bind
- source: /var/lib/docker
- target: /var/lib/docker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement