File tree Expand file tree Collapse file tree
root/etc/services.d/radarr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ RUN RADARR_VERSION=$(pkg info ${PKG_NAME} | sed -n 's/.*Version.*: *//p') && \
3232RUN mkdir -p /config && \
3333 chown -R bsd:bsd /config
3434
35+ # Fix SQLite library name for .NET
36+ RUN ln -sf /usr/local/lib/libsqlite3.so /usr/local/share/radarr/bin/libe_sqlite3.so
37+
3538# Copy service definition
3639COPY root/ /
3740
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ export XDG_DATA_HOME=/config/.local/share
88export LD_LIBRARY_PATH=/usr/local/lib
99export CLR_OPENSSL_VERSION_OVERRIDE=35
1010export DOTNET_SYSTEM_NET_DISABLEIPV6=1
11+ export System_Globalization_Invariant=true
12+
13+ # Signal readiness when the port is responsive
14+ s6-ready-when fetch -qo /dev/null http://localhost:7878/ping
1115
1216cd /config
1317exec /usr/local/bin/s6-setuidgid bsd /usr/local/share/radarr/bin/Radarr -nobrowser -data=/config
You can’t perform that action at this time.
0 commit comments