mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 18:06:36 +02:00
add jsoneditor
This commit is contained in:
parent
022b7c6892
commit
8cc71657b8
@ -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
|
Loading…
Reference in New Issue
Block a user