We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bc2bc commit 11d29f0Copy full SHA for 11d29f0
wordpress/Dockerfile
@@ -29,4 +29,6 @@ COPY config.json .
29
# mount /app/wordpress/wp-config.php:ro
30
# mount /app/wordpress/wp-content/uploads/:rw
31
32
-CMD [ "/app/docker-entrypoint.sh", "unitd", "--no-daemon", "--user", "nobody", "--group", "nobody" ]
+RUN apk add strace
33
+
34
+CMD [ "/app/docker-entrypoint.sh", "unitd", "--log", "stdout", "--no-daemon", "--user", "nobody", "--group", "nobody" ]
0 commit comments