Skip to content

Commit 95ff34f

Browse files
committed
Update docker-compose.yml
1 parent 7d1035c commit 95ff34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
labels:
3030
- 'docker-volume-backup.stop-during-backup=true'
3131
command: bash -c "grep -qe 'date.timezone = ${LOCAL_TIMEZONE}' ${PHP_INI_DIR_PREFIX}/php/conf.d/security.ini || echo 'date.timezone = ${LOCAL_TIMEZONE}' >> ${PHP_INI_DIR_PREFIX}/php/conf.d/security.ini;
32-
sed -i 's/DB_USER/${DB_USER}/; s/DB_PASSWORD/${DB_PASSWORD}/; s/DB_NAME/${DB_NAME}/' ${WEBSERVER_DOC_ROOT}/index.php; pecl install redis -y && docker-php-ext-enable redis; php-fpm"
32+
sed -i 's/DB_USER/${DB_USER}/; s/DB_PASSWORD/${DB_PASSWORD}/; s/DB_NAME/${DB_NAME}/' ${WEBSERVER_DOC_ROOT}/index.php; pecl install -o -f redis && rm -rf /tmp/pear && docker-php-ext-enable redis; php-fpm"
3333

3434
webserver:
3535
depends_on:

0 commit comments

Comments
 (0)