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
10 lines
167 B
Bash
Executable File
10 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
# Setup default Opts
|
|
: ${TORRUST_PORT:=1337}
|
|
: ${TORRUST_ADMIN:=1488}
|
|
|
|
echo "[torrust-tracker] Starting up"
|
|
cd /app
|
|
/app/torrust-tracker |