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