services: app: volumes: &appvolumes - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached phpfpm: volumes: *appvolumes ssh: image: markoshust/ssh ports: - "22:22" volumes: *appvolumes