Skip to content

Commit 8603110

Browse files
committed
Merge branch 'master' of https://github.com/laradock/laradock
* 'master' of https://github.com/laradock/laradock: Fix Caddy volumes to persist SSL (laradock#613) Fixed memcached for php5.6 (laradock#624)
2 parents ee481a2 + 770a977 commit 8603110

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ services:
287287
volumes:
288288
- ./caddy/Caddyfile:/etc/Caddyfile
289289
- ./logs/caddy:/var/log/caddy
290+
- caddy:/root/.caddy
290291
links:
291292
- php-fpm
292293

php-fpm/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RUN if [ ${INSTALL_BCMATH} = true ]; then \
101101
ARG INSTALL_MEMCACHED=false
102102
RUN if [ ${INSTALL_MEMCACHED} = true ]; then \
103103
# Install the php memcached extension
104-
pecl install memcached && \
104+
pecl install memcached-2.2.0 && \
105105
docker-php-ext-enable memcached \
106106
;fi
107107

0 commit comments

Comments
 (0)