mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 02:07:03 -05:00
[GH-ISSUE #82] Cannot make Heyform work on a different subdomain #567
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 @maelp on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/82
If I create the Heyform template out of the box without any changes it works, but if I change the domain to https://heyform.mydomain.com (and accordingly change the environment variable for the domain) and re-deploy, it does a Bad gateway
@maelp commented on GitHub (Apr 18, 2025):
Ah it seems to be because I replaced the "docker volume" for mongodb with a mountpoint on my disk to make it easier for me to do backups, but for some reason when doing this, the mongodb crashes(?)
@maelp commented on GitHub (Apr 18, 2025):
Seems to be because of this