services: nginx: image: nginx:latest ports: - "3000:80" volumes: - ./:/usr/share/nginx/html:ro - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro