When changing the location of folders (Compose Files/Data/Backup) under Compose/Files from let's say
/srv/dev123
to
/srv/dev456
is it necessary to reinstall docker or is just a restart enough?
How does a change like this affect my already existing containers?
Shall I stop the containers and do I need to recreate them? Is there anything else to observe?