docker-scripts/linux/ecosystem/torrust-index/docker-entrypoint.sh
2023-07-17 18:15:45 +03:00

9 lines
163 B
Bash
Executable File

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