Excalidraw
Docker Compose Configuration for Excalidraw
This Docker Compose setup deploys Excalidraw in a Docker container, offering an isolated environment for your sketching and collaboration needs.
Docker Compose File (docker-compose.yml
)
services: excalidraw: container_name: excalidraw image: excalidraw/excalidraw:latest ports: - "8888:80" restart: on-failure