소스 검색

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": [
 	"ports": [
 		"8020:8000/tcp"
 		"8020:8000/tcp"
 	],
 	],
+	"command": "start",
 	"restart_policy": "unless-stopped",
 	"restart_policy": "unless-stopped",
 	"title": "SurrealDB",
 	"title": "SurrealDB",
 	"type": 1,
 	"type": 1,