version: '2' services: shopSerivce-1: container_name: shopSerivce-1 build: context: . dockerfile: Dockerfile restart: always volumes: - ../target/ShopService.jar:/root/target/ShopService.jar