2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-05-01 01:19:27 +03:00
2023-06-07 17:54:17 +03:00

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