docker-compose.yml 252 B

12345678910
  1. version: '2'
  2. services:
  3. storeSerivce-1:
  4. container_name: storeSerivce-1
  5. build:
  6. context: .
  7. dockerfile: Dockerfile
  8. restart: always
  9. volumes:
  10. - ../target/StoreService.jar:/root/target/StoreService.jar