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
So it seems like docker-compose is not re-creating the volumes. This could continue impacting users especially if they switch between demo-rollup in sovereign repo and starter-rollup since both of them use different credentials paths for the volume.
one simple fix is to just have the makefile detect and delete volumes every time (the credentials folder is very light weight. < 1kb)
another approach is to just use different volume names for both
The text was updated successfully, but these errors were encountered:
hmm indeed if you have 2 different projects with the same docker layout and volume names, they will never be recreated so you have to either name it differently or delete them on the startup
#1159 (comment)
So it seems like docker-compose is not re-creating the volumes. This could continue impacting users especially if they switch between demo-rollup in sovereign repo and starter-rollup since both of them use different credentials paths for the volume.
one simple fix is to just have the makefile detect and delete volumes every time (the credentials folder is very light weight. < 1kb)
another approach is to just use different volume names for both
The text was updated successfully, but these errors were encountered: