docker-scripts/linux/ecosystem/torrust-index/docker-entrypoint.sh

9 lines
163 B
Bash
Raw Normal View History

#!/bin/bash
set -euo pipefail
# Setup default Opts
: ${TORRUST_PORT:=80}
echo "[torrust-index] Starting up with supervisord"
supervisord -c /etc/supervisor.conf