A lightweight, browser-based HTML and CSS editor for rapid prototyping and live preview. Easily run and edit code directly in your web browser.
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
linux/amd64 (Intel/AMD 64-bit)linux/arm64 (ARM 64-bit)latest - Latest stable release1.0 - Version 1.0After running, access the the application at http://localhost:5005
Content type
Image
Digest
sha256:aecdc180e…
Size
46.1 MB
Last updated
about 1 year ago
docker pull certyiknofetch/htmleditor