We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb1cd3 commit 7f9ba31Copy full SHA for 7f9ba31
Dockerfile
@@ -64,4 +64,6 @@ WORKDIR /app
64
ENV HOME=/tmp
65
66
#USER nobody
67
-CMD ["trunk-recorder", "--config=/app/config.json"]
+# We need to use this style of CMD or else it will leak zombie processes with Unit Script
68
+# See #539
69
+CMD trunk-recorder --config=/app/config.json
0 commit comments