Sign inSign up

certyiknofetch/htmleditor

By certyiknofetch

Updated about 1 year ago

Image
0

539

certyiknofetch/htmleditor repository overview

HTML & CSS Online Editor - Docker Image

A lightweight, browser-based HTML and CSS editor for rapid prototyping and live preview. Easily run and edit code directly in your web browser.

Quick Start


services:
  htmleditor:
    image: certyiknofetch/htmleditor:latest
    container_name: htmleditor
    ports:
      - "5005:5005"
    restart: unless-stopped
    environment:
      - NODE_ENV=production
    networks:
      - htmleditor-network

networks:
  htmleditor-network:
    driver: bridge

Supported Architectures

  • linux/amd64 (Intel/AMD 64-bit)
  • linux/arm64 (ARM 64-bit)

Tags

  • latest - Latest stable release
  • 1.0 - Version 1.0

Access

After running, access the the application at http://localhost:5005

Tag summary

Content type

Image

Digest

sha256:aecdc180e

Size

46.1 MB

Last updated

about 1 year ago

docker pull certyiknofetch/htmleditor