I've noticed that when I run curl -L https://raw.githubusercontent.com/kromitgmbh/titra/master/docker-compose-auto-update.yml | ROOT_URL=http://localhost:3000 docker-compose -f - up, it still installs version 0.89.5. The latest version appears to be 0.95.3 according to GitHub. Could you please update it?
FYI: It doesn't seem to make a difference whether I use the Docker Compose file with or without Watchtower.
I've noticed that when I run
curl -L https://raw.githubusercontent.com/kromitgmbh/titra/master/docker-compose-auto-update.yml | ROOT_URL=http://localhost:3000 docker-compose -f - up
, it still installs version0.89.5
. The latest version appears to be0.95.3
according to GitHub. Could you please update it?FYI: It doesn't seem to make a difference whether I use the Docker Compose file with or without Watchtower.