User Tools

Site Tools


admin:docker:watchtower

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
admin:docker:watchtower [2019/04/18 09:30]
lennart ↷ Page moved from admin:linux:docker:watchtower to admin:docker:watchtower
admin:docker:watchtower [2020/04/22 20:03] (current)
lennart
Line 13: Line 13:
  
   * [[https://hub.docker.com/r/svengo/watchtower/]]   * [[https://hub.docker.com/r/svengo/watchtower/]]
-  * Since [[Ouroboros]] has reached feature parity with watchtower there's no real reason to maintain this project anymore. +  * Since [[..:linux:docker:ouroboros]] has reached feature parity with watchtower there's no real reason to maintain this project anymore. 
  
  
Line 23: Line 23:
   svengo/watchtower   svengo/watchtower
 </code> </code>
 +
 +===== Docker-Compose =====
 +
 +<code>
 +version: '2'
 +services:
 +    pastebin:
 +        container_name: watchtower
 +        image: containrrr/watchtower
 +        restart: unless-stopped
 +        volumes:
 +            - /var/run/docker.sock:/var/run/docker.sock
 +        networks:
 +          - none
 +<code>
 +
admin/docker/watchtower.1555579845.txt.gz · Last modified: 2019/04/27 16:45 (external edit)