From e6116bc2082dd531eca0975caa44d42b25781f0e Mon Sep 17 00:00:00 2001 From: Jonathan Ervine Date: Mon, 27 Jul 2020 22:33:13 +0800 Subject: [PATCH] Fixed start up command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 017b6ec..a62a2f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ EXPOSE 8181 USER $TAUT_USER -CMD [ "/usr/bin/python3", "/Tautulli/Tautulli.py", "--datadir /config", "--nofork", "--nolaunch" ] +CMD [ "/usr/bin/python3", "/Tautulli/Tautulli.py", "--datadir", "/config", "--nofork", "--nolaunch" ]