Today, a tutorial to use PrestaShop locally with Docker.
When I work for my freelance clients, the preproduction/production servers on which I have to deploy my code often have different configurations. So, I chose to create an easily configurable Docker configuration rather than the official PrestaShop image which is a bit too compartmentalized for my taste.
Here is my config: https://github.com/LouisBertin/prestashop1.7-docker-lamp, feel free to use it 🙂
⚠️ Don't forget to clone the .env.dist file to .env!