version: "3" services: web: container_name: "web" image: "httpd" ports: - "6969:80" volumes: - ".:/usr/local/apache2/htdocs/"