From: Guillaume Pellerin Date: Wed, 14 Nov 2018 09:44:40 +0000 (+0100) Subject: Fix indents X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=12aaf2f03193fda45e584826a12cfa14ef561c6c;p=mezzo.git Fix indents --- 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"