PrestaShop / docker

🐳
https://hub.docker.com/r/prestashop/prestashop/
MIT License
259 stars 177 forks source link

Using Docker Prestashop in Cloud #325

Open kedzior-io opened 1 year ago

kedzior-io commented 1 year ago

I have few questions:

  1. Is that image production ready?
  2. If that's the case can you provide docs on mounting volume in order to persists the data?

I did try persisting entire prestashop under /var/www/html which is mapped to a cloud storage. When container starts the first time it populates installation files automatically in that volume.

However every time I restart the container it keeps doing the same repopulating the the files in the volume and overwriting the existing ones.

Any idea why it is doing that?