name: nginx-static-site services: client: image: nginx ports: - 80:80 volumes: - ./:/usr/share/nginx/html