services: demo: image: registry.cn-zhangjiakou.aliyuncs.com/abhors/demo:latest container_name: demo-container ports: - "8080:8080" restart: always