From b46c5132d23e0c17130bbe5c51dfbc9e447a6ac5 Mon Sep 17 00:00:00 2001 From: abeer0 <47961062+iiio2@users.noreply.github.com> Date: Sat, 13 Sep 2025 18:14:05 +0600 Subject: [PATCH] chore: typo (#3378) --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index f8f35794..014aabc9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,7 @@ services: volumes: # make sure this directory has the same ownership as the elk user from the Dockerfile # otherwise Elk will not be able to store configs for accounts - # e.q. mkdir ./elk-storage; sudo chown 911:911 ./elk-storage + # e.g., mkdir ./elk-storage; sudo chown 911:911 ./elk-storage - './elk-storage:/elk/data' ports: - 5314:5314