docker-compose.yml
version : '3.8' services: kkfile: image: keking/kkfileview container_name: ruoyi-kkfile ports: - "8012:8012" restart: always