Skip to content

Quick start

Execute in a terminal with Docker installed

sh
docker run -itd \
  --name AMMDS \
  -p 8080:80 \
  -v $(pwd)/data:/ammds/data \
  -v $(pwd)/db:/ammds/db \
  -v $(pwd)/download:/ammds/download \
  -v $(pwd)/media:/media \
  --restart always \
  qyg2297248353/ammds:latest

Through the browser, access http://127.0.0.1:8080 to get started.

User Guide

You can access the service by opening your browser and navigating to: http://127.0.0.1:8080

Access is formed by: Host IP Address + Service Port

Start Enjoying 🥳


Technical support provided by Xinjiang Mersen Software Development Studio
Copyright © 2023-2025 ICP备案2023003452号-1

Technical support provided by Xinjiang Mengsen Software Development Studio