From 12aaf2f03193fda45e584826a12cfa14ef561c6c Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 14 Nov 2018 10:44:40 +0100 Subject: [PATCH] Fix indents --- env/staging.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/env/staging.yml b/env/staging.yml index 3bc41416..c4680e68 100644 --- a/env/staging.yml +++ b/env/staging.yml @@ -1,6 +1,6 @@ version: '2' services: - app: - command: /bin/sh bin/app.sh - ports: - - "8040:8000" + app: + command: /bin/sh bin/app.sh + ports: + - "8040:8000" -- 2.39.5