From 92fa0f81683363300cdb3a0c758a21433e6c8550 Mon Sep 17 00:00:00 2001 From: vSLY <39321074+vsly-ru@users.noreply.github.com> Date: Sun, 4 May 2025 13:45:29 -0300 Subject: [PATCH] Update README.md (#104) Clarify setup process --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c60c54b..59b9366 100755 --- a/README.md +++ b/README.md @@ -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