修正通联日志的任务bug

This commit is contained in:
李玺康
2020-05-13 10:31:32 +08:00
parent 5f285e3dd5
commit 022925d12c
8 changed files with 79 additions and 27 deletions

View File

@@ -0,0 +1,17 @@
version: '2'
services:
flume:
image: 192.168.40.153:9080/tsg/flume:1.9.0
restart: always
container_name: flume
volumes:
- "/home/tsg3.0-volumes/flume/conf:/home/apache-flume-1.9.0-bin/conf"
- "/home/tsg3.0-volumes/flume/flumeController:/home/apache-flume-1.9.0-bin/flumeController"
- "/home/tsg3.0-volumes/flume/json:/home/test"
- "/home/tsg3.0-volumes/flume/data:/home/data"
- "/home/tsg3.0-volumes/flume/flumeMonitor:/home/apache-flume-1.9.0-bin/flumeMonitor"
- "/etc/localtime:/etc/localtime:ro"
- "/etc/timezone:/etc/timezone:ro"
network_mode: "host"