x86_64-alpine-sonarr/start.sh
Jonny Ervine 017a8714b3 modified: Dockerfile
new file:   start.sh

Added startup script for sonarr
2020-03-16 14:18:15 +00:00

7 lines
174 B
Bash

#!/bin/sh
##
## Script to start the sonarr server
##
until [ -f "/config/sonarr.db" ]; do sleep 1; done
/usr/bin/mono --debug /NzbDrone/NzbDrone.exe /nobrowser /data=/config