[Compose] Rename templates directory to fix Nextcloud errors...!

master
andryyy 2019-01-31 17:05:45 +01:00
parent 14901eed64
commit 2c0e5f9347
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ services:
- rspamd
php-fpm-mailcow:
image: mailcow/phpfpm:1.32
image: mailcow/phpfpm:1.33
build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ} -d expose_php=0"
depends_on:
@ -110,7 +110,7 @@ services:
- ./data/conf/phpfpm/php-conf.d/opcache-recommended.ini:/usr/local/etc/php/conf.d/opcache-recommended.ini
- ./data/conf/phpfpm/php-conf.d/upload.ini:/usr/local/etc/php/conf.d/upload.ini
- ./data/conf/phpfpm/php-conf.d/other.ini:/usr/local/etc/php/conf.d/zzz-other.ini
- ./data/assets/templates:/templates
- ./data/assets/templates:/tpls
environment:
- LOG_LINES=${LOG_LINES:-9999}
- TZ=${TZ}