2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-27 16:31:36 +03:00
docker-scripts/linux/experimental/torrust-index/docker-entrypoint.sh
STAM 327eb7feac
april update pack - part 2
TC Agents fix
GLR agents fix
2025-04-15 00:45:18 +03:00

8 lines
163 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
# Setup default Opts
: ${TORRUST_PORT:=80}
echo "[torrust-index] Starting up with supervisord"
supervisord -c /etc/supervisor.conf