This repository was archived by the owner on Jan 6, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3030Using 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
Original file line number Diff line number Diff line change 1- 1.0.6
1+ 1.0.7
Original file line number Diff line number Diff line change 11memcachephp :
2- image : dockerizedrupal/memcachephp:1.0.6
2+ image : dockerizedrupal/memcachephp:1.0.7
33 hostname : memcachephp
44 ports :
55 - " 80:80"
You can’t perform that action at this time.
0 commit comments