version: '2' services: apache: container_name: apache build: ./apache ports: - 80:80 links: - php volumes_from: - app php: container_name: php build: ./php app: container_name: app build : ./app volumes: - ./app/code:/var/www