mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-05 20:41:43 -07:00
docs: small changes
This commit is contained in:
parent
cb24c16c1d
commit
646e2b09e7
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ The most simple one-minute installation. Great for the fresh VPS setup.
|
|||
```sh
|
||||
docker-compose up -d --no-build
|
||||
```
|
||||
5. Check if everything is okay (CTRL-C to stop log preview)
|
||||
5. Check if everything is okay (`CTRL-C` to stop log preview)
|
||||
```sh
|
||||
docker-compose logs -f
|
||||
```
|
||||
|
@ -139,7 +139,7 @@ The most simple one-minute installation. Great for the fresh VPS setup.
|
|||
7. Navigate to `https://YOURDOMAIN.com/app/`.
|
||||
Now you could use your ZeroUI instance with HTTPS support and automated certificate renewal.
|
||||
|
||||
> To disable HTTPS, remove the `https-proxy` from `docker-compose.yml`, set `ZU_SECURE_HEADERS` to `false` and change zero-ui port `expose` to `ports`.
|
||||
> To disable Caddy proxy and HTTPS, remove the `https-proxy` from `docker-compose.yml`, set `ZU_SECURE_HEADERS` to `false` and change zero-ui port `expose` to `ports`.
|
||||
|
||||
Advanced manual setups are also supported. Check the following environment variables as a reference:
|
||||
| Name | Default value | Description |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue