mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 06:35:40 +03:00
STAM
30940e2784
* torrust-tracker wip tt ее * make - autocommit * Donations * stretch fix * nginx * jessie fix * sentry fix * P4_DOWNLOAD_URL
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
|