Skip to content

Commit

Permalink
fix: Explicitly set the STOPSIGNAL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxdude committed Jul 5, 2024
1 parent 5942138 commit 60faee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 60faee1

Please sign in to comment.