From 001e82a4b4663ec709ad24dab22db8234c69ea9b Mon Sep 17 00:00:00 2001 From: eldadfux Date: Thu, 5 Dec 2019 07:31:09 +0200 Subject: [PATCH] Updated compose indenting --- docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a741adede6..1fbac31c97 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,12 +24,12 @@ services: - "80:80" - "443:443" depends_on: - - mariadb - - redis - - smtp - - clamav - - influxdb - - telegraf + - mariadb + - redis + - smtp + - clamav + - influxdb + - telegraf environment: - _APP_ENV=development - _APP_OPTIONS_ABUSE=disabled