From cc396ac9c65c711cef7bfbc691852de81f36ca49 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 8 Jul 2020 21:36:49 -0700 Subject: [PATCH] fix whitespace --- docker-compose.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 5b69240..b153892 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -41,13 +41,13 @@ services: DRONE_SERVER_PROTO: ${DRONE_SERVER_PROTO} DRONE_USER_FILTER: ${DRONE_USER} DRONE_USER_CREATE: username:${DRONE_USER},admin:true - labels: - - "traefik.http.routers.https.rule=Host(`${DRONE_SERVER_HOST}`)" - - "traefik.http.routers.http.rule=Host(`${DRONE_SERVER_HOST}`)" - - "traefik.http.routers.https.entrypoints=https" - - "traefik.http.routers.http.entrypoints=http" - - "traefik.http.routers.https.tls=true" - - "traefik.http.routers.https.tls.certresolver=letsencrypt" + labels: + - "traefik.http.routers.https.rule=Host(`${DRONE_SERVER_HOST}`)" + - "traefik.http.routers.http.rule=Host(`${DRONE_SERVER_HOST}`)" + - "traefik.http.routers.https.entrypoints=https" + - "traefik.http.routers.http.entrypoints=http" + - "traefik.http.routers.https.tls=true" + - "traefik.http.routers.https.tls.certresolver=letsencrypt" drone-runner: image: drone/drone-runner-docker:1 ports: