Title: Docker-compose wordpress migration
Last modified: August 27, 2021

---

# Docker-compose wordpress migration

 *  Resolved [scepterus](https://wordpress.org/support/users/scepterus/)
 * (@scepterus)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/)
 * Hello, I was wondering if you have a guide on how to use duplicator with docker,
   since I tried the normal way of putting the files in the volume defined in the
   docker-compose file but when I try to reach them via browser it gives me a WordPress
   empty page, and when I try to create folders like the plugin defines in the settings
   it can’t see the packages.
 * am I missing a step?
    thanks and have a great day

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/#post-14812284)
 * Hey [@scepterus](https://wordpress.org/support/users/scepterus/),
 * We do not have any guides for a docker setup. Have you tested to make sure that
   PHP is also working properly on the node with a quick php_info() call?
 * Thxs
 *  Thread Starter [scepterus](https://wordpress.org/support/users/scepterus/)
 * (@scepterus)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/#post-14814735)
 * hey and thanks for replying, how would I do that? I’ve pulled the docker container
   of WordPress and I assume it contains everything in working order as I get a 
   working site I can use and manage.
 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/#post-14819847)
 * You should be able to just create a file called test.php the place
 *     ```
       <?php 
       echo 'test';
       php_info();
       ?>
       ```
   
 * Then place the test.php file in the location where you are testing…
 * [https://www.php.net/manual/en/function.phpinfo.php](https://www.php.net/manual/en/function.phpinfo.php)
 *  Thread Starter [scepterus](https://wordpress.org/support/users/scepterus/)
 * (@scepterus)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/#post-14819907)
 * thanks for the reply however I tried other plugins and one worked. so this topic
   is closed.
 *  [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * (@corylamleorg)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/#post-14820127)
 * ok, thanks for the update!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Docker-compose wordpress migration’ is closed to new replies.

 * ![](https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985)
 * [Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More](https://wordpress.org/plugins/duplicator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/duplicator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/duplicator/)
 * [Active Topics](https://wordpress.org/support/plugin/duplicator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/duplicator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/duplicator/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Cory Lamle](https://wordpress.org/support/users/corylamleorg/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/docker-compose-wordpress-migration/#post-14820127)
 * Status: resolved