docker-compose.yml 177 B

12345678910
  1. version: '2'
  2. services:
  3. app:
  4. build:
  5. context: ./
  6. dockerfile: Dockerfile
  7. image: srmklive/laravel-paypal
  8. restart: always
  9. volumes:
  10. - ./:/server/http