docker-compose-wordpress icon indicating copy to clipboard operation
docker-compose-wordpress copied to clipboard

Work in progress! 👷

Results 15 docker-compose-wordpress issues
Sort by recently updated
recently updated
newest added

Some challenges developers face: - [ ] Moving things between local machine and remote server - [ ] Efficient mysql export (mysqldump) and import - [ ] Copying large `wp-content/uploads`...

@mbtamuli Not sure how you are planning to do it! 🤞

Running wp command throws this warning. Example: `ee4 wp test2.com cache type` ``` PHP Warning: Module 'memcache' already loaded in Unknown on line 0 Default ``` Also, Memcache seems to...

bug
good first issue

- [x] Check what complexity is added by moving some sites to SSL - [x] Test with Lets Encrypt - [ ] Test with self-signed certificate (which might throw a...

I tried installing https://github.com/trepmal/wp-revisions-cli ``` ee wp rtcamp.li.rtdemo.in package install trepmal/wp-revisions-cli ``` Got error ``` ╭─[email protected] ~ ╰─➤ ee4 wp rtcamp.li.rtdemo.in package install trepmal/wp-revisions-cli 127 ↵ Error: Composer directory '/var/www/.wp-cli/packages'...

bug
good first issue

`ee disable example.com` should simply disable(stop) the site. (As opposed to deleting a site completely.)

enhancement
good first issue

- [x] We must not force people to use third-party email service. Can we get postfix working? - [x] Test email delivery with services like http://www.mail-tester.com/

Will help code reuse

- [ ] Can we access log files as it is? From host location? - [ ] Does `docker logs` exposes some magic?