You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "${RUN_ONCE:-false}" = "true" ] || [ "${RUN_ONCE:-false}" = "1" ]; then
echo "RUN_ONCE=true: executing one cycle and exiting. With Docker Compose, prefer 'docker compose run --rm dynamic-dns-worker'; 'docker compose up -d' with a restart policy will start it again." >&2