Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Krystian Podemski <[email protected]>
  • Loading branch information
thomasnares and kpodemski authored Dec 5, 2023
1 parent 0483144 commit b92da5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions basics/installation/advanced/prestashop-flashlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ timeline
</div>

{{% notice warning %}}
This installation method is not for production and should not be exposed to public traffic over internet,
This installation method is not for production and should not be exposed to public traffic over the internet,
please use it locally only, or at your own risks.

Looking for production grade images ?
Are you looking for production-grade images?
{{<cta relref="/8/basics/installation/environments/docker" type="primary">}}
Install PrestaShop with Docker
{{</cta>}}
Expand All @@ -44,7 +44,7 @@ Looking for production grade images ?
Follow this guide: [Install PrestaShop with Docker]({{<relref "/8/basics/installation/environments/docker">}}) at steps:

- Install Docker
- Install docker Compose
- Install Docker Compose

## Run PrestaShop with Docker + PrestaShop Flashlight

Expand Down
6 changes: 3 additions & 3 deletions basics/installation/environments/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ timeline
</div>

{{% notice note %}}
Looking for a quicker way to test and develop on PrestaShop ?
Looking for a quicker way to test and develop on PrestaShop?

{{<cta relref="/8/basics/installation/advanced/prestashop-flashlight" type="primary">}}
Install PrestaShop locally with Docker and PrestaShop Flashlight
Expand All @@ -55,10 +55,10 @@ Docker Compose is included in versions of Docker Desktop (Windows, Mac). If you

Docker Compose will help start and stop your PrestaShop stack, persist your database with a volume, persist your installation, and will allow you to mount local modules and/or themes in PrestaShop.

PrestaShop provides two options when it comes to run it with Docker:
PrestaShop provides two options when it comes to running it with Docker:

- Production ready images with minimal tooling.
- Development and testing friendly images with tooling : PrestaShop Flashlight.
- Development and testing friendly images with tooling: PrestaShop Flashlight.

### Create the docker-compose.yml manifest

Expand Down

0 comments on commit b92da5a

Please sign in to comment.