chore: typo (#3378)
This commit is contained in:
parent
4e96759f8c
commit
b46c5132d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue