Search⌘ K
AI Features

Challenge: Run PrestaShop

Explore how to run PrestaShop with Docker by editing the docker-compose.yml file. Learn to add the prestashop service, set environment variables, map ports, and manage networks to launch a functional PrestaShop container.

We'll cover the following...

PrestaShop

Follow these instructions while editing the provided docker-compose.yml:

  1. Add a service named prestashop.
  2. Use the image,
...