From 0c1fd270d91d899937837acc4125a5ebb009d16a Mon Sep 17 00:00:00 2001 From: fumingwei Date: Thu, 11 Mar 2021 17:38:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=9A=84fileformat=20=E7=94=B1dos=20=E5=8F=98?= =?UTF-8?q?=E4=B8=BAunix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/mrzcpd/mrzcpd | 4 ++-- docker-compose.yml | 40 ++++++++++++++++++++-------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/config/mrzcpd/mrzcpd b/config/mrzcpd/mrzcpd index ef7fc2f..192a400 100644 --- a/config/mrzcpd/mrzcpd +++ b/config/mrzcpd/mrzcpd @@ -1,3 +1,3 @@ -MRZCPD_ROOT=/opt/mrzcpd -HUGEPAGE_NUM_2M=16384 +MRZCPD_ROOT=/opt/mrzcpd +HUGEPAGE_NUM_2M=16384 DEFAULT_UIO_MODULE="igb_uio" \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 8dbb739..39de140 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,20 +1,20 @@ -version: '3.5' -services: - firewall: - build: - context: ./dockerfile/firewall - dockerfile: Dockerfile - image: "centos7:firewallInstalled" - container_name: "firewall" - security_opt: - - seccomp:unconfined - volumes: - - ./config/mrzcpd/etc/mrapp.sapp4.conf:/opt/mrzcpd/etc/mrapp.sapp4.conf - - ./config/mrzcpd/etc/mrapm.conf:/opt/mrzcpd/etc/mrapm.conf - - ./config/mrzcpd/etc/mrglobal.conf:/opt/mrzcpd/etc/mrglobal.conf - - ./config/sapp_run/etc/sapp.toml:/home/mesasoft/sapp_run/etc/sapp.toml - - ./config/sapp_run/etc/sapp_log.conf:/home/mesasoft/sapp_run/etc/sapp_log.conf - - ./config/sapp_run/tsgconf/main.conf:/home/mesasoft/sapp_run/tsgconf/main.conf - - ./config/sapp_run/tsgconf/maat.conf:/home/mesasoft/sapp_run/tsgconf/maat.conf - - ./config/sapp_run/conf/capture_packet_plug.conf:/home/mesasoft/sapp_run/conf/capture_packet_plug.conf - - /etc/localtime:/etc/localtime:ro +version: '3.5' +services: + firewall: + build: + context: ./dockerfile/firewall + dockerfile: Dockerfile + image: "centos7:firewallInstalled" + container_name: "firewall" + security_opt: + - seccomp:unconfined + volumes: + - ./config/mrzcpd/etc/mrapp.sapp4.conf:/opt/mrzcpd/etc/mrapp.sapp4.conf + - ./config/mrzcpd/etc/mrapm.conf:/opt/mrzcpd/etc/mrapm.conf + - ./config/mrzcpd/etc/mrglobal.conf:/opt/mrzcpd/etc/mrglobal.conf + - ./config/sapp_run/etc/sapp.toml:/home/mesasoft/sapp_run/etc/sapp.toml + - ./config/sapp_run/etc/sapp_log.conf:/home/mesasoft/sapp_run/etc/sapp_log.conf + - ./config/sapp_run/tsgconf/main.conf:/home/mesasoft/sapp_run/tsgconf/main.conf + - ./config/sapp_run/tsgconf/maat.conf:/home/mesasoft/sapp_run/tsgconf/maat.conf + - ./config/sapp_run/conf/capture_packet_plug.conf:/home/mesasoft/sapp_run/conf/capture_packet_plug.conf + - /etc/localtime:/etc/localtime:ro