2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-06-01 16:47:33 +03:00

11 lines
166 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
# Setup default Opts
: ${RACKER_PORT:=1337}
: ${RACKER_ADMIN:=1488}
echo "[torrust-tracker] Starting up"
cd /app
/app/torrust-tracker