Skip to content

Commit 36b49f5

Browse files
committed
formatting and small updates
1 parent e49836b commit 36b49f5

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

php/Dockerfile-php-55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55
ADD ./laravel.ini /usr/local/etc/php/conf.d
66
ADD ./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

php/Dockerfile-php-56

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55
ADD ./laravel.ini /usr/local/etc/php/conf.d
66
ADD ./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

php/Dockerfile-php-70

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
55
ADD ./laravel.ini /usr/local/etc/php/conf.d
66
ADD ./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
1414
RUN docker-php-ext-install \

0 commit comments

Comments
 (0)