So I created a watchtower stack in olivetin but my docker images are not auto updating. Any advice is appreciated. thanks.
The way Watchtower is installed by Project One-Click sets the WATCHTOWER_RUN_ONCE flag, where anytime you start watchtower (which sits in an exited state) it'll update all running containers.
This keeps updates in your control, instead of having something start to malfunction without necessarily knowing there was a recent update.
I set that option to false when setting up watchtower.
Then you should be getting automatic updates on the default schedule, which is every 24 hours.
EDIT: How recently did you setup Watchtower?
a few days ago but I just updated it through portainer a few min ago. I just set restart policy to "unless stopped" it was set to none so maybe that will help.
Did you notice if the watchtower container was running when you updated, or stopped with a non-zero exit code?
I believe it had code 1 but am not sure.
Sounds like a restart policy may help then. Let me know if it does...
will do thanks.