mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
fix(craft-agents): 添加bun运行命令以允许不安全绑定
添加command配置以使用bun运行服务器并允许不安全绑定,确保服务正常启动
This commit is contained in:
@@ -13,6 +13,11 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- CRAFT_SERVER_TOKEN=${CRAFT_SERVER_TOKEN}
|
||||
- CRAFT_RPC_HOST=0.0.0.0
|
||||
command:
|
||||
- bun
|
||||
- run
|
||||
- packages/server/src/index.ts
|
||||
- --allow-insecure-bind
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
volumes:
|
||||
|
||||
@@ -13,6 +13,11 @@ services:
|
||||
- TZ=Asia/Shanghai
|
||||
- CRAFT_SERVER_TOKEN=${CRAFT_SERVER_TOKEN}
|
||||
- CRAFT_RPC_HOST=0.0.0.0
|
||||
command:
|
||||
- bun
|
||||
- run
|
||||
- packages/server/src/index.ts
|
||||
- --allow-insecure-bind
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user