version: '3' services: nginx: image: nginx container_name: nginx volumes: # 映射主机./conf.d目录到容器/etc/nginx/conf.d目录 - "$PWD/conf.d:/etc/nginx/conf.d" ports: - 8888:80