You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	add jsoneditor
This commit is contained in:
		| @@ -322,6 +322,7 @@ A collection of delicious docker recipes. | ||||
|     - [x] inbound-agent | ||||
|     - [x] jenkins | ||||
| - [x] jmxtrans/jmxtrans | ||||
| - [x] djmattyg007/jsoneditor | ||||
| - [x] wurstmeister/kafka | ||||
| - [x] mailgun/kafka-pixy | ||||
| - [x] devopsfaith/krakend | ||||
|   | ||||
							
								
								
									
										6
									
								
								jsoneditor/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								jsoneditor/README.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,6 @@ | ||||
| jsoneditor | ||||
| ========== | ||||
|  | ||||
| JSON Editor is a web-based tool that lets you view, edit, format and validate | ||||
| JSON. It's provided as a library, making it easy to customise and integrate | ||||
| into existing applications, or to run as a standalone application. | ||||
							
								
								
									
										7
									
								
								jsoneditor/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								jsoneditor/docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| version: "3.8" | ||||
| services: | ||||
|   jsoneditor: | ||||
|     image: djmattyg007/jsoneditor | ||||
|     ports: | ||||
|       - "8080:80" | ||||
|     restart: unless-stopped | ||||
		Reference in New Issue
	
	Block a user