version: '3.9' services: excalidraw: image: 'docker.io/excalidraw/excalidraw:latest' container_name: excalidraw ports: - '8084:80' restart: on-failure