From e3880d6686b78066f74b654d485908971ec27dc7 Mon Sep 17 00:00:00 2001 From: Tim Bazuin Date: Thu, 21 Feb 2019 13:14:14 +0100 Subject: [PATCH] chowned the directory for umurmur so the umurmur user can access all of it, made umurmurd stop detaching --- umurmur/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/umurmur/Dockerfile b/umurmur/Dockerfile index f20c17c..45de3ec 100644 --- a/umurmur/Dockerfile +++ b/umurmur/Dockerfile @@ -3,8 +3,9 @@ LABEL authors="krageon " RUN xbps-install -Sy umurmur COPY files/umurmur.conf /etc/umurmur/umurmur.conf +RUN chown -R umurmur:umurmur /etc/umurmur/ EXPOSE 64738 USER umurmur -CMD umurmurd -c /etc/umurmur/umurmur.conf \ No newline at end of file +CMD umurmurd -d -c /etc/umurmur/umurmur.conf \ No newline at end of file