2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

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

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