Adding cleanup flag to remove old images when appsmith auto-updates (#3219)

This commit is contained in:
Arpit Mohan 2021-02-25 18:19:16 +05:30 committed by GitHub
parent bdc2d46192
commit 9d1d9ed335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# Update check interval in seconds.
command: --interval 300 --label-enable
command: --interval 300 --label-enable --cleanup
networks:
- appsmith

View File

@ -80,7 +80,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
# Update check interval in seconds.
command: --interval 300 --label-enable
command: --interval 300 --label-enable --cleanup
networks:
- appsmith