luojunhui hace 1 mes
padre
commit
9bf532caa6
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      Dockerfile
  2. 1 1
      app_config.toml

+ 0 - 1
Dockerfile

@@ -1 +0,0 @@
-

+ 1 - 1
app_config.toml

@@ -1,5 +1,5 @@
 reload = true
-bind = "0.0.0.0:1231"
+bind = "0.0.0.0:6060"
 workers = 4
 keep_alive_timeout = 120  # 保持连接的最大秒数,根据需要调整
 graceful_timeout = 30    # 重启或停止之前等待当前工作完成的时间