Skip to content

Commit

Permalink
Disabled configuration watching.
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvenga committed May 31, 2023
1 parent a6cea12 commit f5775a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jellyfin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,5 @@ ENV JELLYFIN_DATA_DIR="/config/data" \

HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
CMD curl -Lk -fsS "${HEALTHCHECK_URL}" || exit 1

ENV DOTNET_HOSTBUILDER__RELOADCONFIGONCHANGE=false

0 comments on commit f5775a3

Please sign in to comment.