Watchtower automatically updated to the v13 container, from what I can see it's wrong node version so we need to install the old v12 container but I can't work out what the repository value should be.
Normal is:
felddy/foundryvtt:release
I've tried:
felddy/foundryvtt:v12
felddy/foundryvtt:v12.331.0
But no luck. Can anyone advise what repository value I should use to get back the version that works? 😧
Found the issue - I thought it needed the gitbhub tags so I had the 'v' in there. Remove the v and it works fine.
So overkongen just change your repository to the following and it should work again:
felddy/foundryvtt:12.331.0
(or whatever version you were using)