Преглед изворни кода

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,