Skip to content

Commit

Permalink
Fix typo in docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstntinM committed Apr 2, 2024
1 parent 4ff66ab commit 7b25d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics/installation/environments/docker.md
Expand Up @@ -177,7 +177,7 @@ To stop it, run `docker compose down`
#### Installation assistant and admin URLs

{{% notice note %}}
It is a grood practice to change `install/` and `admin/` directory names.
It is a good practice to change `install/` and `admin/` directory names.

To achieve this, specify the two following environment variables in your PrestaShop container declaration:

Expand Down Expand Up @@ -501,4 +501,4 @@ If you encounter issues using PrestaShop with Docker, feel free to read our trou

Some native PrestaShop modules must be accessible online to work correctly (`ps_accounts`, `ps_billing`, `ps_eventbus`, `ps_metrics`, ...).

To make your instance accessible through the Internet, you can use solutions such as `ngrok`, [as shown here](https://github.com/PrestaShopCorp/docker-compose-kickstarter).
To make your instance accessible through the Internet, you can use solutions such as `ngrok`, [as shown here](https://github.com/PrestaShopCorp/docker-compose-kickstarter).

0 comments on commit 7b25d61

Please sign in to comment.