File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ It contains pre-packaged Docker Images that provides you a wonderful development
5555** Usage Overview:** Run ` NGINX ` , ` MySQL ` and ` Redis ` .
5656
5757``` shell
58- docker-compose up -d nginx mysql redis
58+ docker-compose up nginx mysql redis
5959```
6060
6161<a name =" features " ></a >
@@ -89,7 +89,7 @@ docker-compose up -d nginx mysql redis
8989- Beanstalkd Console
9090- Data Volume
9191
92- > Cannot find your container! we would love to have it as well. Consider contributing your container and adding it to this list.
92+ > If you can't find your container, build it yourself and add it to this list. Contributions are welcomed :)
9393
9494
9595
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55ADD ./laravel.ini /usr/local/etc/php/conf.d
66ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
77
8- RUN apt-get update && apt-get install \
9- libpq-dev -y \
8+ RUN apt-get update && apt-get install -y \
9+ libpq-dev \
1010 libmemcached-dev \
1111 curl
1212
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55ADD ./laravel.ini /usr/local/etc/php/conf.d
66ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
77
8- RUN apt-get update && apt-get install \
9- libpq-dev -y \
8+ RUN apt-get update && apt-get install -y \
9+ libpq-dev \
1010 libmemcached-dev \
1111 curl
1212
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55ADD ./laravel.ini /usr/local/etc/php/conf.d
66ADD ./laravel.pool.conf /usr/local/etc/php-fpm.d/
77
8- RUN apt-get update && apt-get install \
9- libpq-dev -y \
10- curl \
11- libmemcached-dev
8+ RUN apt-get update && apt-get install -y \
9+ libpq-dev \
10+ libmemcached-dev \
11+ curl
1212
1313# Install extensions using the helper script provided by the base image
1414RUN docker-php-ext-install \
You can’t perform that action at this time.
0 commit comments