PrestaShop / docker

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

Persist installation #288

Open daniekpo opened 2 years ago

daniekpo commented 2 years ago

I have to do installation every time I start the container. I'm persisting /var/www/ but the installation always starts from scratch if I stop the container and start it again

stephane-klein commented 1 year ago

@daniekpo same issue for me.

dustsucker commented 11 months ago

You need to make a volume or mount for the /var/ww/html/ directory, after that it should not try to reinstall.