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