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