Adding cleanup flag to remove old images when appsmith auto-updates (#3219)
This commit is contained in:
parent
bdc2d46192
commit
9d1d9ed335
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user