From ea45139a69f4e34a9e9644384fde65649bd24265 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 15 Feb 2021 00:24:35 +0100 Subject: [PATCH] Run the formatter --- compose.oauth.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.oauth.yml b/compose.oauth.yml index 9f639f1..dc58992 100644 --- a/compose.oauth.yml +++ b/compose.oauth.yml @@ -1,5 +1,5 @@ --- -version: '3.8' +version: "3.8" services: app: @@ -24,6 +24,6 @@ services: - OAUTH_KEY_FILE=/run/secrets/oauth_key secrets: - oauth_key: - external: true + oauth_key: + external: true name: ${STACK_NAME}_oauth_key_${SECRET_OAUTH_KEY_VERSION}