services: web: image: nginx:alpine ports: - "8088:80" volumes: - ./index.html:/usr/share/nginx/html/index.html:ro restart: unless-stopped