mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-28 07:35:45 +03:00
9 lines
163 B
Bash
Executable File
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
|