吴学文
2019-04-14 5f3da432874c19e17c7c5caaf044f714bbe851a3
1
2
3
4
5
6
7
8
9
10
11
12
version: '2'
services:
   shopserivce:
       container_name: shopserivce-1
       build:
          context: .
          dockerfile: Dockerfile
       restart: always
       ports:
       - "8007:8007"
       volumes:
       - ../target/ShopService.jar:/root/target/ShopService.jar