2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-03-04 09:35:32 +03:00
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