Sign inSign up

szcq/md

By szcq

Updated 8 months ago

Image
0

2.3K

szcq/md repository overview

Docker Compose

services:
  md:
    container_name: md
    restart: unless-stopped
    ports:
      - 9900:9900
    volumes:
      - ./data:/md/data
      - ./logs:/md/logs
    environment:
      # 是否开放注册(首个用户注册时 False 无效)
      - reg=false
      # 用于加密存储用户的 API Key
      - ai_key=your-random-key-string
    image: szcq/md:latest

Tag summary

Content type

Image

Digest

sha256:47f59384b

Size

23.3 MB

Last updated

8 months ago

docker pull szcq/md