version: "3.9" services: nginx: image: "nginx:1.23.1" ports: - "127.0.0.1:8080:80" volumes: - "./build/html:/usr/share/nginx/html:ro"