Daniel Radl

Results 28 comments of Daniel Radl

[[email protected]](mailto:[email protected]) https://frappe.io/security

@AarDG10 Thanks for the quick response! I'll wait for the next `v16` release and will close this issue if the workflows run successfully.

The `pwd.yml` file stands for **Play With Docker** — it’s a simplified configuration meant to help you get ERPNext up and running quickly ([Play With Docker](https://labs.play-with-docker.com/)). It’s designed for **quick,...

**PS:** I started working with `frappe_docker` about a year ago, and I completely understand the struggle you’re describing. Back then, it wasn’t clear to me how to get started —...

I’m not completely sure I understand your main difficulty, especially the part about the one-off container. From what I’ve gathered, the main confusion seems to be about which Docker approach...

Please provide more information on why this change would be useful or which bug it fixes. I don’t see the reason for changing the port. I will close this if...

Set the `host_name` in your `site_config.json` to the HTTPS URL. ```bash bench --site set-config host_name "https://" ```

There was a major update to the documentation recently. Please go ahead and open a PR with the changes.

Thanks for the explanation! From my understanding, this change is only about updating the documentation. The actual tooling and pipelines already use `docker compose` (v2), and we also have CI...