version: '3' services: web: image: nginx:alpine volumes: - ./:/usr/share/nginx/html - ./nginx.conf:/etc/nginx/conf.d/default.conf ports: - "9080:80"