mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
chore: new docker-compose.yml example
This commit is contained in:
parent
aaaf01aa51
commit
4715b557f6
2 changed files with 2 additions and 5 deletions
|
@ -121,7 +121,7 @@ or
|
|||
curl -L -O https://raw.githubusercontent.com/dec0dOS/zero-ui/main/docker-compose.yml
|
||||
```
|
||||
|
||||
3. Replace `YOURDOMAIN.com` with your domain name in `docker-compose.yml`
|
||||
3. Replace `YOURDOMAIN.com` with your domain name and set admin credentials (`ZU_DEFAULT_PASSWORD`) in `docker-compose.yml`
|
||||
4. Pull the image
|
||||
|
||||
```sh
|
||||
|
|
|
@ -41,10 +41,7 @@ services:
|
|||
- zero-ui
|
||||
command: caddy reverse-proxy --from YOURDOMAIN.com --to zero-ui:4000
|
||||
volumes:
|
||||
- caddy_data:/data
|
||||
- ./caddy:/data
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
||||
volumes:
|
||||
caddy_data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue