mirror of
https://github.com/linuxserver/docker-radarr.git
synced 2025-04-19 03:44:57 -04:00
7 lines
131 B
Text
7 lines
131 B
Text
#!/usr/bin/with-contenv bash
|
|
|
|
cd /app/radarr || exit
|
|
|
|
exec \
|
|
s6-setuidgid abc mono --debug Radarr.exe \
|
|
-nobrowser -data=/config
|