frappe / frappe_docker

Docker images for production and development setups of the Frappe framework and ERPNext
MIT License
1.36k stars 1.3k forks source link

Unused cert-data volume #1455

Open samy4sam opened 1 month ago

samy4sam commented 1 month ago

The cert-data volume is not used by any container.

volumes:
  cert-data:
    name: frappe_cert-data
revant commented 1 month ago

remove it and send pr.

btw I don't use docker-compose.

I use k8s and helm chart.