version: '2' # Declare services services: web: container_name: web image: webdevops/php-nginx:debian-8 ports: - 80:80 environment: - WEB_DOCUMENT_ROOT=/var/www volumes: - ./code:/var/www