docker-compose
version: "2" services: django-apache2: build: . container_name: django-apache2 ports: - \'8005:80\' volumes: