version: "3.2" services: nginx: image: nginx:1.9.4 ports: - 8080:80 volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro - ./dist:/usr/share/nginx/html:ro