services: app: volumes: &appvolumes - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached - ./src:/var/www/html:cached phpfpm: volumes: *appvolumes