From a7bdf2de4624d16a9488d4affc4a437f55df4cd2 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Thu, 5 Jan 2023 23:18:06 +0100 Subject: [PATCH] Fix indentation --- compose.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/compose.yml b/compose.yml index 6e0dbad..ba94287 100644 --- a/compose.yml +++ b/compose.yml @@ -3,13 +3,13 @@ services: gothub: image: codeberg.org/gothub/gothub:latest # image: codeberg.org/gothub/gothub:dev # Dev branch - restart: unless-stopped - ports: - - "3000:3000" - environment: - - DOCKER=true - healthcheck: - test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/version || exit 1 - interval: 30s - timeout: 5s - retries: 2 + restart: unless-stopped + ports: + - "3000:3000" + environment: + - DOCKER=true + healthcheck: + test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/version || exit 1 + interval: 30s + timeout: 5s + retries: 2