Commit 0ef8e360 authored by nanahira's avatar nanahira

Update entrypoint.sh

parent df058bf6
Pipeline #14385 passed with stages
in 2 minutes and 17 seconds
#!/bin/bash
if [[ -z "$ADDRESS"]]; then
if [[ -z "$ADDRESS" ]]; then
export ADDRESS=$(dig whoami.cloudflare ch txt @1.0.0.1 +short | sed 's/\"//g')
fi
exec "$@"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment