diff --git a/README.md b/README.md index 7710860..413ff06 100755 --- a/README.md +++ b/README.md @@ -68,17 +68,17 @@ Setup DNS Records point to machine which runs `GoDoxy`, e.g. **NOTE:** GoDoxy is designed to be (and only works when) running in `host` network mode, do not change it. To change listening ports, modify `.env`. -1. Prepare a new directory for docker compose and config files. +1. Prepare a new directory for docker compose and config files. -2. Run setup script inside the directory, or [set up manually](#manual-setup) +2. Run setup script inside the directory, or [set up manually](#manual-setup) ```shell /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yusing/go-proxy/main/scripts/setup.sh)" ``` -3. Start the container `docker compose up -d` and wait for it to be ready +3. Start the container `docker compose up -d` and wait for it to be ready -4. You may now do some extra configuration on WebUI `https://godoxy.yourdomain.com` +4. You may now do some extra configuration on WebUI `https://godoxy.yourdomain.com` [🔼Back to top](#table-of-content) diff --git a/README_CHT.md b/README_CHT.md index a3613c6..189c336 100644 --- a/README_CHT.md +++ b/README_CHT.md @@ -68,17 +68,17 @@ **注意:** GoDoxy 設計為(且僅在)`host` 網路模式下運作,請勿更改。如需更改監聽埠,請修改 `.env`。 -1. 準備一個新目錄用於 docker compose 和配置文件。 +1. 準備一個新目錄用於 docker compose 和配置文件。 -2. 在目錄內運行安裝腳本,或[手動安裝](#手動安裝) +2. 在目錄內運行安裝腳本,或[手動安裝](#手動安裝) - ```shell - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yusing/go-proxy/main/scripts/setup.sh)" - ``` + ```shell + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/yusing/go-proxy/main/scripts/setup.sh)" + ``` -3. 啟動容器 `docker compose up -d` 並等待就緒 +3. 啟動容器 `docker compose up -d` 並等待就緒 -4. 現在可以在 WebUI `https://godoxy.yourdomain.com` 進行額外配置 +4. 現在可以在 WebUI `https://godoxy.yourdomain.com` 進行額外配置 [🔼回到頂部](#目錄)