mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
4 lines
155 B
Bash
4 lines
155 B
Bash
#!/bin/sh
|
|
MASTER_URL="${DOCKFLARE_MASTER_URL:-}"
|
|
echo "{\"masterUrl\": \"${MASTER_URL}\"}" > /usr/share/nginx/html/config.json
|
|
exec nginx -g "daemon off;"
|