summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-29 00:27:14 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-29 00:27:14 +0200
commit22d3c280de70895fe5df15d4f57a87be17362a51 (patch)
treefa7e7c36ffce89fcf5d4f4e609bc76f2417613fb /test
parentd6e30533d7730331452c5f61a98c9d1eec486a0b (diff)
downloadmunin-22d3c280de70895fe5df15d4f57a87be17362a51.tar.gz
munin-22d3c280de70895fe5df15d4f57a87be17362a51.tar.bz2
munin-22d3c280de70895fe5df15d4f57a87be17362a51.tar.xz
munin-22d3c280de70895fe5df15d4f57a87be17362a51.zip
Move datafile lock into the database folder and keep the rest of run files outside of the volume (since UNIX domain sockets can't be created on GlusterFS)
Diffstat (limited to 'test')
-rwxr-xr-xtest/start_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/start_test.sh b/test/start_test.sh
index f348c7b..9366ff2 100755
--- a/test/start_test.sh
+++ b/test/start_test.sh
@@ -10,6 +10,6 @@ basedir="$( cd -P "$( dirname "$0" )" && pwd )/munin"
docker run -it \
-u 1001 \
-p 8080:8080 \
- -v $basedir:/munin \
+ -v $basedir:/munin/db \
-e NODES="styx:192.168.26.117" \
"$@"