mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
11 lines
166 B
Bash
11 lines
166 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
# Setup default Opts
|
||
|
: ${RACKER_PORT:=1337}
|
||
|
: ${RACKER_ADMIN:=1488}
|
||
|
|
||
|
echo "[torrust-tracker] Starting up"
|
||
|
cd /app
|
||
|
/app/torrust-tracker
|