add jsoneditor

This commit is contained in:
kev 2020-12-10 15:06:08 +08:00
parent 022b7c6892
commit 8cc71657b8
3 changed files with 14 additions and 0 deletions

View File

@ -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
View 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.

View File

@ -0,0 +1,7 @@
version: "3.8"
services:
jsoneditor:
image: djmattyg007/jsoneditor
ports:
- "8080:80"
restart: unless-stopped