fix: extended docker-compose.yml to addres Bug #1696 (#1701)

This commit is contained in:
Falko Zurell 2023-03-01 08:17:34 +01:00 committed by GitHub
parent b7ebf31bd9
commit 4d88c79019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -3,5 +3,10 @@ services:
build:
context: .
dockerfile: Dockerfile
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
- './elk-storage:/elk/data'
ports:
- 5314:5314