Skip to content

Commit

Permalink
feat: cleanup prev image if watchtower fetch new image
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 committed May 3, 2024
1 parent 73cb62b commit d2d61c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 30 --scope zabo-boards
command: --interval 30 --scope zabo-boards --cleanup
labels: [ "com.centurylinklabs.watchtower.scope=zabo-boards" ]
zabo-boards:
image: ghcr.io/sparcs-kaist/zabo-boards:latest
Expand Down

0 comments on commit d2d61c8

Please sign in to comment.