From 0456caf798cbdb0de934d7d223861211df7186a3 Mon Sep 17 00:00:00 2001 From: Hirofumi Wakasugi Date: Tue, 28 Jun 2016 22:05:23 +0900 Subject: [PATCH] Fix indentation in docker-compose-example.yml --- docker-compose-example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-example.yml b/docker-compose-example.yml index 6477577..9c1ae8b 100644 --- a/docker-compose-example.yml +++ b/docker-compose-example.yml @@ -16,7 +16,7 @@ redis: postgres: image: postgres:9.3 volumes: - - /opt/postgres-data:/var/lib/postgresql/data + - /opt/postgres-data:/var/lib/postgresql/data redash-nginx: image: redash/nginx:latest ports: