From fe55daee6c963f91afa7e902e52f2875fa384426 Mon Sep 17 00:00:00 2001 From: danilapog Date: Fri, 29 Jul 2022 16:52:42 +0300 Subject: [PATCH] Refactoring variable descriptions --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index b81d0cf..48fb31a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,8 +19,8 @@ services: #- JWT_IN_BODY=true #- JWT_SECRET=secret #- JWT_HEADER=Authorization - # ↑ Uncomment two upper strings to use jwt_secret and jwt_header values by default withou docker secrets. - # ↓ Or uncomment two strings below to use jwt_secret and jwt_header with values from docker secrets that you create. + # ↑ Uncomment two upper strings to use jwt_secret and jwt_header values by default without docker secrets. + # ↓ Or uncomment two strings below to use jwt_secret and jwt_header values from docker secrets that you create. #- JWT_SECTER_FILE=/run/secrets/jwtSecret #- JWT_HEADER_FILE=/run/secrets/jwtHeader ports: