Advertisement
ParTYZane

Untitled

Oct 29th, 2020
1,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.40 KB | None | 0 0
  1. version: "3.3"
  2. services:
  3.   dcleanup:
  4.     image: meltwater/docker-cleanup
  5.     environment:
  6.      - DELAY_TIME=2592000
  7.     deploy:
  8.       mode: global
  9.       restart_policy:
  10.         condition: on-failure
  11.     volumes:
  12.       - type: bind
  13.         source: /var/run/docker.sock
  14.         target: /var/run/docker.sock
  15.       - type: bind
  16.         source: /var/lib/docker
  17.         target: /var/lib/docker
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement