Skip to content

Commit

Permalink
Merge pull request #2251 from bharatgupta99/master
Browse files Browse the repository at this point in the history
fixed reference link to list of container
  • Loading branch information
makowskid committed Sep 18, 2023
2 parents 8d339b0 + e2160e3 commit d8cb195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCUMENTATION/content/getting-started/index.md
Expand Up @@ -184,7 +184,7 @@ docker-compose up -d nginx mysql
**Note**: All the web server containers `nginx`, `apache` ..etc depends on `php-fpm`, which means if you run any of them, they will automatically launch the `php-fpm` container for you, so no need to explicitly specify it in the `up` command. If you have to do so, you may need to run them as follows: `docker-compose up -d nginx php-fpm mysql`.


You can select your own combination of containers from [this list](http://laradock.io/introduction/#supported-software-images).
You can select your own combination of containers from [this list](https://laradock.io/introduction/#supported-software-docker-images).

*(Please note that sometimes we forget to update the docs, so check the `docker-compose.yml` file to see an updated list of all available containers).*

Expand Down

0 comments on commit d8cb195

Please sign in to comment.