From 93fc3bf39e76b95b511de70380feb5be9b26e8c8 Mon Sep 17 00:00:00 2001 From: Sachin Mittal <42431274+mittalsam98@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:01:47 +0530 Subject: [PATCH] fix: identation for docker-compose.yml (#2949) --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 05455ae96f..2927e26bfe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,9 +16,9 @@ x-nextauth-secret: &nextauth_secret # Encryption key # You can use: `openssl rand -hex 32` to generate one - x-cron-secret: &cron_secret - # Set the below to use it instead of API Key for the API & use as an auth for cronjobs - # You can use: $(openssl rand -hex 32) to generate a secure one +x-cron-secret: &cron_secret + # Set the below to use it instead of API Key for the API & use as an auth for cronjobs + # You can use: $(openssl rand -hex 32) to generate a secure one x-encryption-key: &encryption_key