14 lines
		
	
	
		
			255 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			255 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| hostname: my-vm-01
 | |
| hours: 5
 | |
| price: 20000
 | |
| location:
 | |
|   country: "GB"
 | |
| # This will publish the port 22
 | |
| ipv4: !PublishPorts
 | |
| # To publish extra ports, replace with:
 | |
| # ipv4: !PublishPorts [ 80, 8080 ]
 | |
| public_ipv6: false
 | |
| vcpus: 2
 | |
| memory_mb: 2000
 | |
| disk_size_gb: 20
 |