2
0

docker-compose.dev-ssh.yml 326 B

1234567891011121314151617
  1. ## Mark Shust's Docker Configuration for Magento
  2. ## (https://github.com/markshust/docker-magento)
  3. ##
  4. ## Version 40.0.1
  5. version: "3"
  6. services:
  7. app:
  8. volumes: &appvolumes
  9. - ./src/nginx.conf.sample:/var/www/html/nginx.conf:cached
  10. ssh:
  11. image: markoshust/ssh
  12. ports:
  13. - "22:22"
  14. volumes: *appvolumes