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