Storj/Watchtower

Yes, you get it right with this note:

In the docker-compose.yml file you may specify it like this:

but for port mapping you need to map TCP and UDP ports, i.e.

    ports:
      - 28967:28967/tcp
      - 28967:28967/udp 
      - 14002:14002

and the option

is not needed (the interval is overridden in our version of watchtower).