Docker > improve performance > fix indentations

This commit is contained in:
Meritoo
2018-10-25 10:31:21 +02:00
parent 971224b2e6
commit 1f5106bcf0

View File

@@ -9,12 +9,12 @@ services:
build:
context: ./docker/config
args:
- TIMEZONE=${TIMEZONE}
- TIMEZONE=${TIMEZONE}
volumes:
- .:/project:cached
- .:/project:cached
composer:
image: ${DOCKER_CONTAINER_OWNER}/${DOCKER_CONTAINER_PROJECT}-php
container_name: ${DOCKER_CONTAINER_OWNER}-${DOCKER_CONTAINER_PROJECT}-composer
entrypoint: composer
volumes:
- .:/project:cached
- .:/project:cached