mirror of
				https://github.com/open5gs/open5gs.git
				synced 2025-11-04 05:53:18 +00:00 
			
		
		
		
	@@ -20,7 +20,7 @@ services:
 | 
			
		||||
    depends_on:
 | 
			
		||||
      - mongodb
 | 
			
		||||
    ports:
 | 
			
		||||
      - "3000:3000"
 | 
			
		||||
      - "9999:9999"
 | 
			
		||||
    environment:
 | 
			
		||||
      - DB_URI=mongodb://mongodb/open5gs
 | 
			
		||||
      - WAIT_HOSTS=mongodb:27017
 | 
			
		||||
 
 | 
			
		||||
@@ -13,4 +13,4 @@ RUN chmod +x /wait
 | 
			
		||||
 | 
			
		||||
CMD /wait && npm run start
 | 
			
		||||
 | 
			
		||||
EXPOSE 3000
 | 
			
		||||
EXPOSE 9999
 | 
			
		||||
 
 | 
			
		||||
@@ -224,7 +224,7 @@ Okay - you have installed the software, now what to do with it? Well, there are
 | 
			
		||||
Out of the box, the default configurations see all of the Open5GS components fully configured for use on a single computer. They are set to communicate with each other using the local loopback address space (`127.0.0.X`). The default addresses for each of the bind interfaces for these components and functions are as follows:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
MongoDB   = 127.0.0.1 (subscriber data) - http://localhost:3000
 | 
			
		||||
MongoDB   = 127.0.0.1 (subscriber data) - http://localhost:9999
 | 
			
		||||
 | 
			
		||||
MME-s1ap  = 127.0.0.2 :36412 for S1-MME
 | 
			
		||||
MME-gtpc  = 127.0.0.2 :2123 for S11
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user