瀏覽代碼

Update SurrealDB template to include the commandline start command.

Robert Middleswarth 2 年之前
父節點
當前提交
3e5354b6fc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      template/apps/surrealdb.json

+ 1 - 0
template/apps/surrealdb.json

@@ -14,6 +14,7 @@
 	"ports": [
 		"8020:8000/tcp"
 	],
+	"command": "start",
 	"restart_policy": "unless-stopped",
 	"title": "SurrealDB",
 	"type": 1,