Fixes #642 Fixes #614 Updated PHP Docker image

This commit is contained in:
cytopia 2019-12-31 18:41:13 +01:00
parent 151246179d
commit 72c7a7db02
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -95,7 +95,7 @@ services:
# PHP # PHP
# ------------------------------------------------------------ # ------------------------------------------------------------
php: php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.97 image: devilbox/php-fpm:${PHP_SERVER}-work-0.98
hostname: php hostname: php
## ##
@ -135,7 +135,7 @@ services:
## ##
## Mail-catching ## Mail-catching
## ##
- ENABLE_MAIL=1 - ENABLE_MAIL=2
## ##
## Enable 127.0.0.1 Port-forwarding ## Enable 127.0.0.1 Port-forwarding