Jelajahi Sumber

Fixed template had a json formating error.

Robert Middleswarth 2 tahun lalu
induk
melakukan
ebb6e73369
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      template/apps/chrony-ntp.json

+ 1 - 2
template/apps/chrony-ntp.json

@@ -25,11 +25,10 @@
 	"officialDoc": "https://github.com/cturra/docker-ntp/blob/main/README.md",
 	"officialDoc": "https://github.com/cturra/docker-ntp/blob/main/README.md",
 	"platform": "linux",
 	"platform": "linux",
 	"ports": [
 	"ports": [
-		"123:123/udp",
+		"123:123/udp"
 	],
 	],
 	"restart_policy": "unless-stopped",
 	"restart_policy": "unless-stopped",
 	"title": "Chrony NTP",
 	"title": "Chrony NTP",
 	"type": 1,
 	"type": 1,
-	"videoID": 12,
 	"webpage": "https://github.com/cturra/docker-ntp"
 	"webpage": "https://github.com/cturra/docker-ntp"
 }
 }