We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a65327 commit a409125Copy full SHA for a409125
templates/service-template/compose.yaml
@@ -23,6 +23,7 @@ services:
23
- TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz"
24
- TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The <addr>:<port> for the healthz endpoint
25
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
26
+ - TS_AUTH_ONCE=true
27
configs:
28
- source: ts-serve
29
target: /config/serve.json
0 commit comments