mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[GH-ISSUE #4] Dokploy may be interpreting env keys as lists #1325
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 @knowsuchagency on GitHub (Mar 11, 2025).
Original GitHub issue: https://github.com/Dokploy/templates/issues/4
I noticed when deploying the new hoarder template that env vars were prefixed with numbers. I suspect when
envis defined as a list in compose files, that they're being interpreted as a list and prepending the index to the env var@Siumauricio commented on GitHub (Mar 11, 2025):
Hey, thank you for reporting this I address this issue in this PR https://github.com/Dokploy/dokploy/pull/1461, in the 0.20.2 should be fixed