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
Linux simonpad-t14-gen-3 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux via Brew
Describe the Bug
After updating docker-compose from 2.18.1 to 2.19.1, I cannot open any Warden environment any more, because there is an issue with the Docker network created by Warden.
To Reproduce
Update from docker-compose 2.18 to docker-compose 2.19.1.
Run warden svc pull && warden svc up.
See error and realise pages cannot be opened:
network warden was found but has incorrect label com.docker.compose.network set to "warden"
@navarr, is there anything we can do about this? I still get this error whenever I run warden svc pull && warden svc up. The workaround to remove the warden network completely sounds a bit extreme to me 👀 😲
@navarr, is there anything we can do about this? I still get this error whenever I run warden svc pull && warden svc up. The workaround to remove the warden network completely sounds a bit extreme to me 👀 😲
So far I've not uncovered anything to prevent it. Deleting the network is fine if you re-up the service afterwards, as it'll be recreated
warden svc down will remove the network, maybe warden svc pull should test to see if global core services are up and emit a warning to run warden svc down prior to pulling updated images?
Version of Warden
0.14.1
Operating System and Installation Method
Linux simonpad-t14-gen-3 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux via Brew
Describe the Bug
After updating docker-compose from 2.18.1 to 2.19.1, I cannot open any Warden environment any more, because there is an issue with the Docker network created by Warden.
To Reproduce
Update from docker-compose 2.18 to docker-compose 2.19.1.
Run
warden svc pull && warden svc up
.See error and realise pages cannot be opened:
Expected Behavior
No error is shown and Warden keeps on working.
Additional context
Related: docker/compose#10797
The text was updated successfully, but these errors were encountered: