1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/jsoneditor/docker-compose.yml

8 lines
130 B
YAML
Raw Normal View History

2020-12-10 09:06:08 +02:00
version: "3.8"
services:
jsoneditor:
image: djmattyg007/jsoneditor
ports:
- "8080:80"
restart: unless-stopped