I’m working on migrating a WordPress data to Docker container.
I followed this tutorial here:
hub.docker.com/r/aveltens/wordpress-backup/
Now I’m running WP on instance Amazon EC 2 with IP address 52.193.x.x
But In step 2 of Migrate your blog to Docker they said that i need to have fresh install on localhost:8080 . What should i do now?
1 comment
Comments are closed.
If you were worried about how to access that your browser, then your address would be
http://52.193.x.x:8080
if you have the 8080 open for you in EC2. Just a note from the instructions that you should do a restoration in step3 before doing that.If this is not your problem, please explain here what your problem is 🙂