I've spent hours trying to move a Koken container from one server running Docker to another. Any ideas on how to get this to work? I've tried:
- Copying the host directories over and using them as data volumes, creating a new container
- Using a host directory for a data volume for nginx while using a mysqldump + restore for MySQL
I've gotten to the point where the website appears, but all the images just show the loading animation. I've tried deleting the cache/api folder as well as setting permissions for the entire cache folder recursively to 777. I've tried clearing all caches from the admin area.
I've spent hours trying to move a Koken container from one server running Docker to another. Any ideas on how to get this to work? I've tried:
I've gotten to the point where the website appears, but all the images just show the loading animation. I've tried deleting the cache/api folder as well as setting permissions for the entire cache folder recursively to 777. I've tried clearing all caches from the admin area.