diff --git a/README.md b/README.md index 9944fd1..0356f3e 100755 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ The most simple one-minute installation. Great for the fresh VPS setup. ```sh 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 ```sh docker-compose pull diff --git a/docker-compose.yml b/docker-compose.yml index 573d0ea..654e446 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ services: restart: unless-stopped depends_on: - 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: - caddy_data:/data ports: