version: "3.8"
services:
web:
image: "httpd"
container_name: "fusion"
restart: unless-stopped
ports:
- "6911:80"
volumes:
- ".:/usr/local/apache2/htdocs/"