services: www: image: httpd volumes: - ./htdocs:/usr/local/apache2/htdocs/ - ./conf/httpd.conf:/usr/local/apache2/conf/httpd.conf ports: - 8080:80