Commit 14329f0a authored by yangjian's avatar yangjian

fix bug

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