bikecoders / docker-compose_wordpress

Docker compose for wordpress development and deployment with https with letsencrypt, nginx, mariadb, php7.1, wp-cli and phpmyadmin
MIT License
4 stars 2 forks source link

Improve WordMove instructions #7

Closed dianjuar closed 6 years ago

dianjuar commented 6 years ago

Improve WordMove instructions they are not tested well

These is documented in these way because we have another private repo of this repo. There we need to more faster and Wordmove is not a priority because is not friendly with dockerized environments so we don't used to much I'm documenting some bugs solved found there

dianjuar commented 6 years ago

To pulling the uploads was necessary add a line in volumes of the wordmove service

- ./configs/wordmove/:/home/ # <---- readonly removed to create a new wordmove file
- ${HOME}/.ssh/:/root/.ssh:ro
- /etc/passwd:/etc/passwd:ro # <---- needed to connect via ssh
dianjuar commented 6 years ago

Fix for the problem to pull and push database https://github.com/welaika/wordmove/issues/421#issuecomment-364575720