Add command for phpfpm service to set a timezone, remove env var

master
andryyy 2017-01-09 11:04:35 +01:00
parent 77c81f95da
commit 603902014a
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,7 @@ services:
php-fpm-mailcow:
image: andryyy/mailcow-dockerized:phpfpm
command: "php-fpm -d date.timezone=${TZ}"
depends_on:
- pdns-mailcow
volumes:
@ -84,7 +85,6 @@ services:
- DBUSER=${DBUSER}
- DBPASS=${DBPASS}
- MAILCOW_HOSTNAME=${MAILCOW_HOSTNAME}
- TZ=${TZ}
restart: always
networks:
mailcow-network: