Commit 14329f0a authored by yangjian's avatar yangjian

fix bug

parent 3836da80
...@@ -12,15 +12,14 @@ services: ...@@ -12,15 +12,14 @@ services:
networks: networks:
openxg: openxg:
ipv4_address: 172.11.200.14 ipv4_address: 172.11.200.14
#ports: ports:
# - "38412:38412/sctp" - "38412:38412/sctp"
stdin_open: true stdin_open: true
tty: true tty: true
command: /opt/5gcs/scripts/run_5gc.sh start command: /opt/5gcs/scripts/run_5gc.sh start
volumes: volumes:
- /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime
- ../etc/amf.conf:/opt/5gcs/etc/amf.conf - ../etc/amf.conf:/opt/5gcs/etc/amf.conf
- ../etc/smf.conf:/opt/5gcs/etc/smf.conf
networks: networks:
openxg: openxg:
......
...@@ -21,8 +21,6 @@ services: ...@@ -21,8 +21,6 @@ services:
- ./database/my.conf:/etc/mysql/conf.d/my.conf - ./database/my.conf:/etc/mysql/conf.d/my.conf
- ./database/amfusers.sql:/docker-entrypoint-initdb.d/create_db_sql.sql - ./database/amfusers.sql:/docker-entrypoint-initdb.d/create_db_sql.sql
- ./database/grant_root_remote.sql:/docker-entrypoint-initdb.d/grant_root_remote.sql - ./database/grant_root_remote.sql:/docker-entrypoint-initdb.d/grant_root_remote.sql
- /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime
environment: environment:
MYSQL_ROOT_PASSWORD: root MYSQL_ROOT_PASSWORD: root
...@@ -44,9 +42,6 @@ services: ...@@ -44,9 +42,6 @@ services:
ipv4_address: 172.11.200.9 ipv4_address: 172.11.200.9
ports: ports:
- "8080:80" - "8080:80"
volumes:
- /etc/timezone:/etc/timezone
- /etc/localtime:/etc/localtime
environment: environment:
PMA_HOST: 172.11.200.10 PMA_HOST: 172.11.200.10
PMA_PORT: 3306 PMA_PORT: 3306
......
...@@ -121,7 +121,7 @@ SMF = ...@@ -121,7 +121,7 @@ SMF =
UPF_LIST = ( UPF_LIST = (
{ {
IPV4_ADDRESS = "127.0.0.101" ; IPV4_ADDRESS = "127.0.0.1" ;
# FQDN = "localhost"; # FQDN = "localhost";
# NWI_LIST = ({DOMAIN_ACCESS = "@DOMAIN_ACCESS@", DOMAIN_CORE = "@DOMAIN_CORE@"}) # NWI_LIST = ({DOMAIN_ACCESS = "@DOMAIN_ACCESS@", DOMAIN_CORE = "@DOMAIN_CORE@"})
} # YOUR UPF CONFIG HERE } # YOUR UPF CONFIG HERE
......
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