Revert port number to 3000 (#93)
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
				
			|||||||
	// Use 'portsAttributes' to set default properties for specific forwarded ports. 
 | 
						// Use 'portsAttributes' to set default properties for specific forwarded ports. 
 | 
				
			||||||
	// More info: https://containers.dev/implementors/json_reference/#port-attributes
 | 
						// More info: https://containers.dev/implementors/json_reference/#port-attributes
 | 
				
			||||||
	"portsAttributes": {
 | 
						"portsAttributes": {
 | 
				
			||||||
		"9000": {
 | 
							"3000": {
 | 
				
			||||||
			"label": "Hello Remote World",
 | 
								"label": "Hello Remote World",
 | 
				
			||||||
			"onAutoForward": "notify"
 | 
								"onAutoForward": "notify"
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user