1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2024-11-30 08:59:40 +02:00

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

This commit is contained in:
andryyy 2017-01-09 11:04:35 +01:00
parent 77c81f95da
commit 603902014a

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: