mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-14 02:54:09 -05:00
How to add a custom template to the dokploy pre-installed on vps? #64
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhxsinc on GitHub (Jun 8, 2025).
I have a dokploy instance running on a Hostinger VPS. The dokploy instance runs in a docker container. I want to add a custom service template to it. How can I do this?
I originally thought that as long as I entered the container, I could add relevant files to the /app working directory, but /app contained all the built content, and it seemed that I couldn't add template files directly.
Any help?