Update README.md (#104)

Clarify setup process
This commit is contained in:
vSLY 2025-05-04 13:45:29 -03:00 committed by GitHub
parent 4df31263b5
commit 2cec88d3ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,13 @@ Configure Wildcard DNS Record(s) to point to machine running `GoDoxy`, e.g.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yusing/godoxy/main/scripts/setup.sh)"
```
3. You may now do some extra configuration on WebUI `https://godoxy.yourdomain.com`
3. Start the docker compose service from generated `compose.yml`:
```shell
docker compose up -d
```
4. You may now do some extra configuration on WebUI `https://godoxy.yourdomain.com`
## How does GoDoxy work