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:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Update check interval in seconds.
|
# Update check interval in seconds.
|
||||||
command: --interval 300 --label-enable
|
command: --interval 300 --label-enable --cleanup
|
||||||
networks:
|
networks:
|
||||||
- appsmith
|
- appsmith
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# Update check interval in seconds.
|
# Update check interval in seconds.
|
||||||
command: --interval 300 --label-enable
|
command: --interval 300 --label-enable --cleanup
|
||||||
networks:
|
networks:
|
||||||
- appsmith
|
- appsmith
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user