mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
9 lines
163 B
Bash
9 lines
163 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
# Setup default Opts
|
||
|
: ${TORRUST_PORT:=80}
|
||
|
|
||
|
echo "[torrust-index] Starting up with supervisord"
|
||
|
supervisord -c /etc/supervisor.conf
|