Skip to content

reraxe/demo-html-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-html-editor

docker run -d -p 8080:8000 -name=reraxehtmldemo --restart=always reraxe/demo-html-editor:arm64v8

version: "2.1"

services:

  reraxehtmldemo:
    image: reraxe/demo-html-editor:latest
    container_name: reraxehtmldemo
    ports:
      - 8080:80
    restart: always