mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 06:13:33 +01:00
explicit mode disabled? #67
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 @gilbrotheraway on GitHub (May 10, 2025).
@yusing commented on GitHub (May 10, 2025):
Clearly stated: label errors
proxy.godoxy.godoxyis not a valid label@gilbrotheraway commented on GitHub (May 12, 2025):
i was using proxy.idle_timeout
but also proxy.#1.port from the new compose example, I forgot the "#1" is a placeholder for the container/alias name
I'm also getting this
@yusing commented on GitHub (May 12, 2025):
It's
proxy.idle_timeoutnotproxy.{alias}.idle_timeout@yusing commented on GitHub (May 12, 2025):
It's not,
#1refers to the first route, #2 the second, and so on.