Skip to content
This repository was archived by the owner on Jan 6, 2018. It is now read-only.

Commit 2c4ecdf

Browse files
committed
Update
1 parent ecd99a1 commit 2c4ecdf

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ Using the `docker` command:
2525
-e HTTP_BASIC_AUTH_USERNAME="container" \
2626
-e HTTP_BASIC_AUTH_PASSWORD="" \
2727
-d \
28-
dockerizedrupal/memcachephp:1.0.6
28+
dockerizedrupal/memcachephp:1.0.7
2929

3030
Using the `docker-compose` command
3131

3232
TMP="$(mktemp -d)" \
3333
&& git clone https://github.com/dockerizedrupal/docker-memcachephp.git "${TMP}" \
3434
&& cd "${TMP}" \
35-
&& git checkout 1.0.5 \
35+
&& git checkout 1.0.7 \
3636
&& sudo docker-compose up
3737

3838
## Connect directly to Memcached server by linking with another Docker container
@@ -57,15 +57,15 @@ Using the `docker-compose` command
5757
-e HTTP_BASIC_AUTH_USERNAME="container" \
5858
-e HTTP_BASIC_AUTH_PASSWORD="" \
5959
-d \
60-
dockerizedrupal/memcachephp:1.0.6
60+
dockerizedrupal/memcachephp:1.0.7
6161

6262
## Build the image
6363

6464
TMP="$(mktemp -d)" \
6565
&& git clone https://github.com/dockerizedrupal/docker-memcachephp.git "${TMP}" \
6666
&& cd "${TMP}" \
67-
&& git checkout 1.0.5 \
68-
&& sudo docker build -t dockerizedrupal/memcachephp:1.0.6 . \
67+
&& git checkout 1.0.7 \
68+
&& sudo docker build -t dockerizedrupal/memcachephp:1.0.7 . \
6969
&& cd -
7070

7171
## License

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6
1+
1.0.7

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
memcachephp:
2-
image: dockerizedrupal/memcachephp:1.0.6
2+
image: dockerizedrupal/memcachephp:1.0.7
33
hostname: memcachephp
44
ports:
55
- "80:80"

0 commit comments

Comments
 (0)