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

10 lines
167 B
Bash
Raw Normal View History

2022-08-16 16:42:00 +03:00
#!/bin/bash
set -euo pipefail
# Setup default Opts
2023-04-05 17:50:45 +03:00
: ${TORRUST_PORT:=1337}
: ${TORRUST_ADMIN:=1488}
2022-08-16 16:42:00 +03:00
echo "[torrust-tracker] Starting up"
cd /app
2023-04-05 17:50:45 +03:00
/app/torrust-tracker