There was an error while loading. Please reload this page.
1 parent bc2b701 commit 68a7405Copy full SHA for 68a7405
1 file changed
warpctl/run.go
@@ -855,6 +855,7 @@ func (self *RunWorker) startContainer(servicePortsToInternalPort map[int]int) (s
855
"WARP_VERSION": self.deployedVersion.String(),
856
"WARP_ENV": self.env,
857
"WARP_SERVICE": self.service,
858
+ "WARP_DOMAIN": self.domain,
859
"WARP_BLOCK": self.block,
860
}
861
if host, err := os.Hostname(); err == nil {
0 commit comments