Commit d4a127fb authored by Luhan Wang's avatar Luhan Wang

rm log files inside dockers

parent 23b8bc09
......@@ -34,7 +34,8 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/udm/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udm/libs/ /opt/5gc/udm/udm -c /etc/openxg/udm.conf -o 2>&1 | tee /var/log/udm.log
#/opt/5gc/udm/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udm/libs/ /opt/5gc/udm/udm -c /etc/openxg/udm.conf -o 2>&1 | tee /var/log/udm.log
/opt/5gc/udm/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udm/libs/ /opt/5gc/udm/udm -c /etc/openxg/udm.conf -o
networks:
openxg:
......@@ -57,7 +58,7 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/udr/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udr/libs/ /opt/5gc/udr/udr -c /etc/openxg/udr.conf -o 2>&1 | tee /var/log/udr.log
/opt/5gc/udr/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udr/libs/ /opt/5gc/udr/udr -c /etc/openxg/udr.conf -o
networks:
openxg:
ipv4_address: 10.244.1.17
......@@ -76,7 +77,7 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/ausf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/ausf/libs/ /opt/5gc/ausf/ausf -c /etc/openxg/ausf.conf -o 2>&1 | tee /var/log/ausf.log
/opt/5gc/ausf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/ausf/libs/ /opt/5gc/ausf/ausf -c /etc/openxg/ausf.conf -o
networks:
openxg:
ipv4_address: 10.244.1.14
......@@ -98,7 +99,7 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/amf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/amf/libs/ /opt/5gc/amf/amf -c /etc/openxg/amf.conf -o 2>&1 | tee /var/log/amf.log
/opt/5gc/amf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/amf/libs/ /opt/5gc/amf/amf -c /etc/openxg/amf.conf -o
networks:
openxg:
......@@ -120,7 +121,7 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/smf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/smf/libs/ /opt/5gc/smf/smf -c /etc/openxg/smf.conf -o 2>&1 | tee /var/smf.log
/opt/5gc/smf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/smf/libs/ /opt/5gc/smf/smf -c /etc/openxg/smf.conf -o
networks:
openxg:
ipv4_address: 10.244.2.13
......@@ -142,7 +143,7 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/spgw-u-tiny/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/spgw-u-tiny/libs/ /opt/5gc/spgw-u-tiny/spgwu -c /etc/openxg/spgwu.conf -o 2>&1 | tee /var/log/spgw-u.log
/opt/5gc/spgw-u-tiny/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/spgw-u-tiny/libs/ /opt/5gc/spgw-u-tiny/spgwu -c /etc/openxg/spgwu.conf -o
networks:
openxg:
ipv4_address: 10.244.2.18
......@@ -164,7 +165,7 @@ services:
- /bin/bash
- -c
- |
/opt/5gc/udsf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udsf/libs/ /opt/5gc/udsf/udsf -c /etc/openxg/udsf.conf -o 2>&1 | tee /var/log/udsf.log
/opt/5gc/udsf/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/udsf/libs/ /opt/5gc/udsf/udsf -c /etc/openxg/udsf.conf -o
networks:
openxg:
ipv4_address: 10.244.1.16
......@@ -185,7 +186,7 @@ services:
- /bin/bash
- -c
- |
opt/5gc/rise/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/rise/libs/ /opt/5gc/rise/plugin -c /etc/openxg/plugin.conf -o 2>&1 | tee /var/log/rise.log
opt/5gc/rise/libs/ld-linux-x86-64.so.2 --library-path /opt/5gc/rise/libs/ /opt/5gc/rise/plugin -c /etc/openxg/plugin.conf -o
networks:
openxg:
ipv4_address: 10.244.1.20
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment