fixed reference link to list of container

This commit is contained in:
Bharat Gupta
2019-08-24 13:08:41 +05:30
committed by GitHub
parent cb910c590e
commit e2160e388d

View File

@@ -178,7 +178,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).*