Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

access konga failed #788

Open
wade-liwei opened this issue Oct 31, 2022 · 1 comment
Open

access konga failed #788

wade-liwei opened this issue Oct 31, 2022 · 1 comment

Comments

@wade-liwei
Copy link

docker run --network=kong-net
--rm pantsel/konga:latest
-c prepare
-a postgres
-u postgresql://kong:kongpass@kong-database:5432/konga_db

docker run -d -p 8002:8002 --network=kong-net
-e "DB_ADAPTER=postgres"
-e "DB_HOST=kong-database"
-e "DB_USER=kong"
-e "DB_PASSWORD=kongpass"
-e "DB_DATABASE=konga_db"
-e "KONGA_HOOK_TIMEOUT=120000"
-e "NODE_ENV=production"
--name konga
pantsel/konga

access http://ip:8002 failed

@mfeledyn
Copy link

mfeledyn commented Nov 2, 2022

Konga listens on port 1337

docker run -d -p 8002:1337 --network=kong-net
......

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants