chore: typo (#3378)

This commit is contained in:
abeer0 2025-09-13 18:14:05 +06:00 committed by GitHub
parent 4e96759f8c
commit b46c5132d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ services:
volumes: volumes:
# make sure this directory has the same ownership as the elk user from the Dockerfile # 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 # 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' - './elk-storage:/elk/data'
ports: ports:
- 5314:5314 - 5314:5314