mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 12:42:34 +02:00
parent
b090598b68
commit
92fa0f8168
1 changed files with 7 additions and 1 deletions
|
@ -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)"
|
/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
|
## How does GoDoxy work
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue