chore: new docker-compose.yml example

This commit is contained in:
dec0dOS 2022-09-05 14:43:30 +01:00
commit 4715b557f6
2 changed files with 2 additions and 5 deletions

View file

@ -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: