Skip to content
Snippets Groups Projects
Commit 88924c88 authored by Sven-Ove Hänsel's avatar Sven-Ove Hänsel
Browse files

added missing volumes

parent 8475c9bd
No related branches found
No related tags found
No related merge requests found
...@@ -66,6 +66,11 @@ services: ...@@ -66,6 +66,11 @@ services:
- abort_time=999999 - abort_time=999999
- mos_host=mos1 - mos_host=mos1
- mos_port=1883 - mos_port=1883
volumes:
- ./memgraph/mg_lib:/var/lib/memgraph
- ./memgraph/mg_log:/var/log/memgraph
- ./memgraph/mg_etc:/etc/memgraph
entrypoint: ["/usr/bin/supervisord"]
healthcheck: healthcheck:
test: ["CMD", "mgconsole"] test: ["CMD", "mgconsole"]
interval: 30s interval: 30s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment