version: "2" services: kodexplorer: image: yangxuan8282/kodexplorer restart: "always" ports: - "888:80" volumes: - "./html:/var/www/html"