Watchtower not auto updating

I have two nodes, both of which are constantly rebooting when they try and update. Running on Synology boxes in Docker. Here’s what I get when I try and run the dashboard:

Error response from daemon: Container BLAHBLAHBLAHBLAHBLAH is restarting, wait until the container is running

Here’s what the logs say:

My IT Indy@FATHEADZNAS : ~ $ sudo docker logs --tail 20 storagenode

2019-09-03T22:22:02.947Z INFO Configuration loaded from: /app/config/config.yaml

2019-09-03T22:22:02.968Z WARN Operator email address isn’t specified.

2019-09-03T22:22:02.968Z ERROR Invalid configuration: operator wallet address isn’t specified

2019-09-03T22:22:02.968Z FATAL Unrecoverable error {“error”: “operator wallet address isn’t specified”}

2019-09-03T22:23:04.484Z INFO Configuration loaded from: /app/config/config.yaml

2019-09-03T22:23:04.506Z WARN Operator email address isn’t specified.

2019-09-03T22:23:04.506Z ERROR Invalid configuration: operator wallet address isn’t specified

2019-09-03T22:23:04.506Z FATAL Unrecoverable error {“error”: “operator wallet address isn’t specified”}

2019-09-03T22:24:06.071Z INFO Configuration loaded from: /app/config/config.yaml

2019-09-03T22:24:06.092Z WARN Operator email address isn’t specified.

2019-09-03T22:24:06.092Z ERROR Invalid configuration: operator wallet address isn’t specified

2019-09-03T22:24:06.092Z FATAL Unrecoverable error {“error”: “operator wallet address isn’t specified”}

2019-09-03T22:25:07.809Z INFO Configuration loaded from: /app/config/config.yaml

2019-09-03T22:25:07.830Z WARN Operator email address isn’t specified.

2019-09-03T22:25:07.830Z ERROR Invalid configuration: operator wallet address isn’t specified

2019-09-03T22:25:07.830Z FATAL Unrecoverable error {“error”: “operator wallet address isn’t specified”}

2019-09-03T22:26:09.269Z INFO Configuration loaded from: /app/config/config.yaml

2019-09-03T22:26:09.291Z WARN Operator email address isn’t specified.

2019-09-03T22:26:09.291Z ERROR Invalid configuration: operator wallet address isn’t specified

2019-09-03T22:26:09.291Z FATAL Unrecoverable error {“error”: “operator wallet address isn’t specified”}

But they obviously are as if I restart it manually it works fine. Here’s the command I use in watchtower to update:

sudo docker run -d --restart=always --name watchtower -v /var/run/docker.sock:/var/run/docker.sock storjlabs/watchtower storagenode watchtower --stop-timeout 300s --interval 21600

Thoughts? I have one node still down intentionally so we can troubleshoot this but the other I corrected manually.

A post was merged into an existing topic: Watchtower updates fail on Synology NAS with Docker v18.09.6 > FATAL Unrecoverable error {“error”: “operator wallet address isn’t specified”}