version: "3.9" services: web: image: nginx:1.31.4-alpine-slim@sha256:1870de6d59aafee152589b64404556d2535922cdd998e6dac1c4888c938ed8f9 ports: - "80" volumes: - ./html:/usr/share/nginx/html:ro