visiblevc / wordpress-starter

A slightly less shitty wordpress development workflow
688 stars 167 forks source link

How to prevent files + database from being purged? #174

Closed simplenotezy closed 4 years ago

simplenotezy commented 4 years ago

As it seems from the looks of the issues, themes/plugins/files (and perhaps also database?) get's purges on up/down.

How can I disable this? I'd like to keep my files and database intact, even after a reboot or up/down.

dsifford commented 4 years ago

Use docker-compose stop and not docker-compose down.

simplenotezy commented 4 years ago

Thanks. I also noticed the https://visible.vc/engineering/docker-environment-for-wordpress/ which seems like a good solution