docker-compose.yml 301 B

123456789101112
  1. version: '2'
  2. services:
  3. communityserivce:
  4. container_name: communityserivce-1
  5. build:
  6. context: .
  7. dockerfile: Dockerfile
  8. restart: always
  9. ports:
  10. - "8009:8009"
  11. volumes:
  12. - ../target/CommunityService.jar:/root/target/CommunityService.jar