docker-emby/root/usr/local/bin/run.sh
Jan Christian Grünhage 1630a514f8
All checks were successful
the build was successful
feat: add Dockerfile and ci
2017-12-20 15:40:32 +01:00

5 lines
161 B
Bash
Executable file

#!/bin/bash
chown -R ${UID}:${GID} /data
chown -R ${UID}:${GID} /media
exec su-exec ${UID}:${GID} mono /opt/emby/MediaBrowser.Server.Mono.exe -programdata /data