rtmp-record/docker-entrypoint.sh
Knut Ahlers cdd4a9dc86
Switch to arch version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-02-05 14:28:11 +01:00

9 lines
169 B
Bash
Executable File

#!/usr/local/bin/dumb-init /bin/bash
set -euxo pipefail
# Ensure nginx can work with the /data dir
chown -R http /data
chgrp -R http /data
exec nginx -g "daemon off;"