docker-scripts/linux/ecosystem/torrust-tracker/docker-entrypoint.sh

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