docker-compose.yml docker-compose.ymlversion: '3.7'services: showdoc: restart: always image: star7th/showdoc:latest container_name: showdoc ports: - 4999:80 volumes: - ./showdoc_data/html:/var/www/html/ 默认账号密码:showdoc/123456