From d6459586310832fe4e8c3837f084b44abeb143f4 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Thu, 6 Feb 2025 08:42:39 +1000 Subject: [PATCH] make DNS A record creation a separate step in quick start --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdd7b583..96bf4104 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,9 @@ curl -fsS https://get.uncloud.run/install.sh | sh uc machine init root@your-server-ip ``` -3. Create a DNS A record pointing `app.example.com` to your server's IP address, then deploy your app with automatic - HTTPS: +3. Create a DNS A record in your domain registrar that points `app.example.com` to your server's IP address. Allow a few + minutes for DNS propagation. +4. Deploy your app from a Docker image: ```bash uc run -p app.example.com:8000/https my-app-image