From 98575aa378f47650401ec4248f2cfc995ed29fa7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20Kr=C3=ADdl?= <xkridl@fi.muni.cz>
Date: Sat, 27 May 2023 21:15:59 +0200
Subject: [PATCH] Fix typo in compose.yaml

---
 compose.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compose.yaml b/compose.yaml
index b5d7637..a90f121 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -15,7 +15,7 @@ services:
     ports:
       - "8081:8081"
 
-  authorization:
+  user:
     build: "./user"
     ports:
       - "8083:8083"
-- 
GitLab