79415648

Date: 2025-02-05 17:35:45
Score: 1.5
Natty:
Report link

This docker compose looks amazing, only think missing is able to use a certificate instead of it generating its own certificate can the command caddy reverse-proxy also have info about the certificate file it should use caddy: image: caddy:2.4.3-alpine restart: unless-stopped command: caddy reverse-proxy --from https://my-domain.com:443 --to http://my-app:3000 ports: - 80:80 - 443:443

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Wim Piron