Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docker.md #1792

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions basics/installation/environments/docker.md
Original file line number Diff line number Diff line change
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).
Loading