Replies: 1 comment
-
Resolved.
https-proxy:
image: caddy:latest
container_name: zu-https-proxy
restart: unless-stopped
depends_on:
- zero-ui
volumes:
- ./caddy:/data/caddy
- ./caddy/Caddyfile:/etc/caddy/Caddyfile
- ./caddy/certs:/etc/caddy/certs
ports:
- "80:80"
- "443:443"
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly, Caddy needs to be disabled. But how can I show the application the certificates already installed on the machine and use SSL with it?
Beta Was this translation helpful? Give feedback.
All reactions