Kong API Gateway Open Source on docker with https
I'm facing a configuration issue while setting up Kong API Gateway (Open Source Edition) in a containerized environment. Following the official Kong documentation, I used the commands below to set up Kong: Network Creation: docker network create kong-net PostgreSQL Container…