zhong (钟鹏群) vor 2 Wochen
Ursprung
Commit
4dbd210867
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      deployments/gogs-deployment.yaml

+ 2 - 0
deployments/gogs-deployment.yaml

@@ -43,6 +43,8 @@ spec:
         - containerPort: 3000
         - containerPort: 22
         env:
+        - name: DISABLE_SOCAT        # <-- 就这一行,解决所有问题
+          value: "true"
         - name: GOGS_SERVER_HTTP_ADDR
           value: "0.0.0.0"
         - name: GOGS_SERVER_HTTP_PORT