From 81aeb7a48e1e97b0bbb6bcb43292810daa2b787c Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Wed, 2 Jun 2021 18:59:08 -0400 Subject: [PATCH] Fix indentation --- example/docker-compose/docker-compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example/docker-compose/docker-compose.yml b/example/docker-compose/docker-compose.yml index 4256ac42..ac090c43 100644 --- a/example/docker-compose/docker-compose.yml +++ b/example/docker-compose/docker-compose.yml @@ -1,8 +1,8 @@ version: "3.8" services: - gatus: - image: twinproduction/gatus:latest - ports: - - 8080:8080 - volumes: - - ./config.yaml:/config/config.yaml \ No newline at end of file + gatus: + image: twinproduction/gatus:latest + ports: + - 8080:8080 + volumes: + - ./config.yaml:/config/config.yaml \ No newline at end of file