version: '2.0' services: http-warn: build: context: . dockerfile: Dockerfile image: http-warn ports: - "8080:80" volumes: - .:/usr/share/nginx/html