Kong DB-less in Docker Kong DB-less in Docker docker docker

Kong DB-less in Docker


On the step 4 of kong official docker installation,
just change the config of docker run command FROM -e "KONG_DATABASE=postgres" TO -e "KONG_DATABASE=off" and you can go ahead!

remember that if you have a kong container run with postgres or cassandra before, firstly remove that configured kong container and image! Then run command like above

References:
kong database less configuration: this shows the way to config database less by "off"
kong docker compose file: this shows the config of kong database in docker