mirror of
https://github.com/EpicMorg/docker.git
synced 2025-08-27 16:31:36 +03:00
8 lines
163 B
Bash
Executable file
8 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
|