mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-07 05:21:40 -07:00
chore: new docker-compose.yml example
This commit is contained in:
parent
4715b557f6
commit
c9b847c1da
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ services:
|
||||||
- zero-ui
|
- zero-ui
|
||||||
command: caddy reverse-proxy --from YOURDOMAIN.com --to zero-ui:4000
|
command: caddy reverse-proxy --from YOURDOMAIN.com --to zero-ui:4000
|
||||||
volumes:
|
volumes:
|
||||||
- ./caddy:/data
|
- ./caddy:/data/caddy
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue