Skip to content
中文

Custom Port

Modify the service listening port for business access. Default port is 30001. Edit the docker-compose.yaml file to change the port configuration:

bash
  gateway:
    ports:
      - "30001:8000"  # Modify 30001 as needed

Digital Ecosystem Infrastructure.