From 60faee14e58da32e232dfd8cba191e7f1d25d350 Mon Sep 17 00:00:00 2001 From: Ash Date: Thu, 4 Jul 2024 23:17:09 -0700 Subject: [PATCH] fix: Explicitly set the STOPSIGNAL. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af726d3..5125f9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,8 +44,8 @@ RUN --mount=type=bind,target=/scripts,from=builder,source=/scripts \ EXPOSE 32400 -# STOPSIGNAL SIGQUIT - USER ${USER_NAME}:${GROUP_NAME} WORKDIR / + CMD ["--picoinit-cmd", "start-plex-media-server", "--picoinit-cmd", "tail", "-F", "/home/plex/Library/Logs/Plex Media Server/Plex Media Server.log"] +STOPSIGNAL SIGTERM