Sign inSign up

ddsderek/excalidraw

By ddsderek

Updated about 4 years ago

Image
4

10K+

ddsderek/excalidraw repository overview

amd64部署

version: '3.3'
services:
    excalidraw:
        ports:
            - '8063:80'
        environment:
            - TZ=Asia/Shanghai
            - PUID=1000
            - PGID=1000
        volumes:
            - './data:/app/web'
        restart: unless-stopped
        image: 'ddsderek/excalidraw:latest'

linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x部署

version: '3.3'
services:
    excalidraw:
        ports:
            - '8063:80'
        environment:
            - TZ=Asia/Shanghai
            - PUID=1000
            - PGID=1000
        volumes:
            - './data:/app/web'
        restart: unless-stopped
        image: 'ddsderek/excalidraw:latest-other'

Tag summary

Content type

Image

Digest

sha256:f0c1d2d03

Size

17.6 MB

Last updated

about 4 years ago

docker pull ddsderek/excalidraw