PrestaShop / PrestaShop/docker
Using Docker Prestashop in Cloud
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 281
- Forks
- 190
- PR merge metrics
- No merged PRs in 30d
Description
I have few questions:
- Is that image production ready?
- 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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the first startup and restart with /var/www/html mapped to cloud storage. Then inspect the Docker image's startup initialization behavior and determine whether the existing files are overwritten. Done means the persistence behavior is explained and either documented or corrected, with the production-readiness and volume-mount guidance made clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, php
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100