作者 ZhengBing He

${IMAGE}

version: "3"
services:
app:
image: haizibinbin/docker_class
image: ${IMAGE}
ports:
- 8080:8080
# volumes:
... ...