make DNS A record creation a separate step in quick start

This commit is contained in:
Pavel Sviderski
2025-02-06 08:42:39 +10:00
parent 48bc94828e
commit d645958631
+3 -2
View File
@@ -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