mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 11:10:14 +08:00
修改docker代码
This commit is contained in:
@@ -22,7 +22,7 @@ var (
|
||||
|
||||
func initMod() {
|
||||
container := os.Getenv(inContainerKey)
|
||||
if container == "true" {
|
||||
if container == "on" {
|
||||
InContainer = true
|
||||
}
|
||||
log.Println("InContainer", InContainer)
|
||||
|
Reference in New Issue
Block a user