Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
34 stars 18 forks source link

Access by Domain, no Route matched with those values. [kong] #567

Closed qiaofeng1227 closed 7 months ago

qiaofeng1227 commented 8 months ago

image

chendelin1982 commented 8 months ago
  1. try delete port at below environments. e.g 0.0.0.0/0
    KONG_PROXY_LISTEN=0.0.0.0:${W9_HTTP_PORT}
    KONG_ADMIN_LISTEN=0.0.0.0:${W9_ADMIN_API_PORT_SET}
    KONG_ADMIN_GUI_LISTEN=0.0.0.0:${W9_ADMIN_GUI_PORT_SET}

image

  1. try to delete W9_ADMIN_API_PORT_SET=8001 image

  2. Add W9_ADMIN_PATH="/adminw76rZ"

chendelin1982 commented 7 months ago

what this environments?

chendelin1982 commented 7 months ago

We should know how to access Kong by Nginx Proxy