docker-compose.dev-ssh.yml 206 B

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