Move folder names to match image names

master
andryyy 2017-06-25 00:21:24 +02:00
parent 3be99d7f89
commit 8590cc577b
6 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ services:
clamd-mailcow: clamd-mailcow:
image: mailcow/clamd:1.0 image: mailcow/clamd:1.0
build: ./data/Dockerfiles/clamav build: ./data/Dockerfiles/clamd
restart: always restart: always
dns: dns:
- 172.22.1.254 - 172.22.1.254
@ -109,7 +109,7 @@ services:
php-fpm-mailcow: php-fpm-mailcow:
image: mailcow/phpfpm:1.0 image: mailcow/phpfpm:1.0
build: ./data/Dockerfiles/php-fpm build: ./data/Dockerfiles/phpfpm
command: "php-fpm -d date.timezone=${TZ}" command: "php-fpm -d date.timezone=${TZ}"
depends_on: depends_on:
- redis-mailcow - redis-mailcow