Skip to content
Snippets Groups Projects
Commit 8e461813 authored by Felix Tomski's avatar Felix Tomski
Browse files

Fix data source in docker-compose

parent a636b194
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ services: ...@@ -10,7 +10,7 @@ services:
#command: ls -alth data #command: ls -alth data
volumes: volumes:
- ./:/usr/src/demo/ - ./:/usr/src/demo/
- /home/flx/cluster_testsuite/server/data:/usr/src/demo/data - ./demo/data:/usr/src/demo/data
ports: ports:
- 8000:8000 - 8000:8000
env_file: env_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment