version: "3.9" services: web: image: nginx:1.31.2-alpine-slim@sha256:071d472aeea109db4c23868034c210f14411f13bc8d9936b7a8fa410b765c740 ports: - "80" volumes: - ./html:/usr/share/nginx/html:ro