You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time a new wud version is published, my local wud crashes. Here are the logs:
wud | 10:57:26.644 INFO whats-up-docker/trigger.docker.1: Stop container wud with id 39b17d476afb1183356c0c2099d025961ad549ec2cba815968c533c23f774899 (container=local_wud)
wud | 10:57:32.534 WARN whats-up-docker/watcher.docker.local: Error when processing some containers (Cannot read properties of undefined (reading 'tag'))
wud | 10:57:32.534 INFO whats-up-docker/watcher.docker.local: Cron finished (0 containers watched, 0 errors, 0 available updates)
wud | 10:57:36.508 INFO whats-up-docker/watcher.docker.local: Cron finished (25 containers watched, 0 errors, 1 available updates)
wud exited with code 137
Since it stops the container before creating the new one, it's not able to continue and wud stops. I have to enter manually and run docker compose up again. I could also disable auto updates for wud image but that's precisely the purpose of wud.
The text was updated successfully, but these errors were encountered:
Every time a new wud version is published, my local wud crashes. Here are the logs:
Since it stops the container before creating the new one, it's not able to continue and wud stops. I have to enter manually and run
docker compose up
again. I could also disable auto updates for wud image but that's precisely the purpose of wud.The text was updated successfully, but these errors were encountered: