Skip to content

Commit 11d29f0

Browse files
author
lillian
committed
wtf
1 parent 83bc2bc commit 11d29f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wordpress/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ COPY config.json .
2929
# mount /app/wordpress/wp-config.php:ro
3030
# mount /app/wordpress/wp-content/uploads/:rw
3131

32-
CMD [ "/app/docker-entrypoint.sh", "unitd", "--no-daemon", "--user", "nobody", "--group", "nobody" ]
32+
RUN apk add strace
33+
34+
CMD [ "/app/docker-entrypoint.sh", "unitd", "--log", "stdout", "--no-daemon", "--user", "nobody", "--group", "nobody" ]

0 commit comments

Comments
 (0)