stefanprodan / dockprom

Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
MIT License
5.97k stars 1.71k forks source link

Caddy generated password error #274

Closed Relsoul closed 1 year ago

Relsoul commented 1 year ago
docker run --rm caddy caddy hash-password --plaintext 'pw'

The password of the latest version of caddy is incorrect. You can change it to version 2.3.0 to generate it.

docker run --rm caddy:2.3.0 caddy hash-password --plaintext 'pw'