mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 05:21:40 -07:00
docs: use YOURDOMAIN.com as an example domain for consistency
This commit is contained in:
parent
04624d13c8
commit
52ab0af80c
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ The most simple one-minute installation. Great for the fresh VPS setup.
|
||||||
```sh
|
```sh
|
||||||
curl -L -O https://raw.githubusercontent.com/dec0dOS/zero-ui/main/docker-compose.yml
|
curl -L -O https://raw.githubusercontent.com/dec0dOS/zero-ui/main/docker-compose.yml
|
||||||
```
|
```
|
||||||
2. Replace `example.com` with your domain name in `docker-compose.yml`
|
2. Replace `YOURDOMAIN.com` with your domain name in `docker-compose.yml`
|
||||||
3. Pull the images
|
3. Pull the images
|
||||||
```sh
|
```sh
|
||||||
docker-compose pull
|
docker-compose pull
|
||||||
|
|
|
@ -39,7 +39,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- zero-ui
|
- zero-ui
|
||||||
command: caddy reverse-proxy --from example.com --to zero-ui:4000
|
command: caddy reverse-proxy --from YOURDOMAIN.com --to zero-ui:4000
|
||||||
volumes:
|
volumes:
|
||||||
- caddy_data:/data
|
- caddy_data:/data
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue