1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-01-30 23:23:30 +03:00
elk/docker-compose.yaml

12 lines
378 B
YAML

services:
elk:
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