Skip to content

Commit

Permalink
exclude dockerproy from watchtower to prevent death on update
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Ellsässer <[email protected]>
  • Loading branch information
wollomatic authored Dec 9, 2023
1 parent df534b8 commit cd520c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/docker-compose/watchtower/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
user: 65534:998 # change gid from 998 to the gid of the docker group on your host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
labels:
- com.centurylinklabs.watchtower.enable=false
networks:
- docker-proxynet

Expand Down

0 comments on commit cd520c5

Please sign in to comment.