Migrate from Shared Hosting to Docker

Hello, I have a small Business.
Because I have problems updating to new versions, I want to switch from my shared hosting to Docker.
The import/export via json works fine, but this way the uploaded files are missing.
I tried to copy the storage folder, but that doesn’t work because of the different folder structure/naming.
Is there a workaround?

Hi,

@david do you have any ideas?

the folder structure is the same, if you copy over your public/storage folder from your shared hosting to

docker/app/public/storage

The file links should work.

Thank you, I found the error. I had a typo in the env APP_URL :grimacing: