Skip to content

Commit

Permalink
support memcache
Browse files Browse the repository at this point in the history
  • Loading branch information
程会勇 committed Dec 4, 2017
1 parent aabedb2 commit 0c6ae7b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion call-websocket/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#https://yeasy.gitbooks.io/docker_practice/content/image/dockerfile/cmd.html
FROM bravist/php-cli-alpine-aliyun-app:1.8
FROM bravist/php-cli-alpine-aliyun-app:1.9

EXPOSE 8190 8191

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

### PHP-FPM Container #######################################
php-fpm:
image: bravist/php-fpm-alpine-aliyun-app:1.10
image: bravist/php-fpm-alpine-aliyun-app:1.11
container_name: lnmp-php-fpm
ports:
- "9000:9000"
Expand Down
2 changes: 1 addition & 1 deletion laravel-qrcode-websocket/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#SOCKET_PORT=8192
#SOCKET_PUBLIC_PORT=8192
#SOCKET_ADDRESS=0.0.0.0
FROM bravist/php-cli-alpine-aliyun-app:1.8
FROM bravist/php-cli-alpine-aliyun-app:1.9

EXPOSE 8192 8193

Expand Down
2 changes: 1 addition & 1 deletion php-crond/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bravist/php-cli-alpine-aliyun-app:1.8
FROM bravist/php-cli-alpine-aliyun-app:1.9

COPY ./crontabs/default /var/spool/cron/crontabs/

Expand Down
2 changes: 1 addition & 1 deletion php-supervisor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM bravist/php-cli-alpine-aliyun-app:1.8
FROM bravist/php-cli-alpine-aliyun-app:1.9

MAINTAINER bravist <[email protected]>

Expand Down

0 comments on commit 0c6ae7b

Please sign in to comment.