From 5e98f493df6021724f11d8f3472ee9c21ddddd97 Mon Sep 17 00:00:00 2001
From: r0zehnal0vak <k.rozehnalka@seznam.cz>
Date: Tue, 21 Jan 2025 14:09:31 +0100
Subject: [PATCH] update loki docs

---
 ansible/docs/loki.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ansible/docs/loki.md b/ansible/docs/loki.md
index 86d82a5..92e349f 100644
--- a/ansible/docs/loki.md
+++ b/ansible/docs/loki.md
@@ -4,7 +4,10 @@ To deploy Loki-stack, set <code>install_loki_task: true</code>.
 
 ## Storage
 
-In OpenStack UI, navigate to **Object Storage > Containers** and create a new container.
+Run the following command to create a new container:
+```
+openstack container create <container-name>
+```
 
 Run the following commands to create EC2 credentials for accessing the S3 storage:
 ```
-- 
GitLab