compose.dev-ssh.yaml 228 B

12345678910111213
  1. services:
  2. app:
  3. volumes: &appvolumes
  4. - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached
  5. phpfpm:
  6. volumes: *appvolumes
  7. ssh:
  8. image: markoshust/ssh
  9. ports:
  10. - "22:22"
  11. volumes: *appvolumes