Matheus Mina
Results
2
comments of
Matheus Mina
Based on @antoineauger solution, I've tested some configuration and I only needed the following: ``` kong: image: ${KONG_TEST_IMAGE:-ignore_if_not_provided} ... volumes: - ${PONGO_WD}:/kong-plugin - /tmp/kong-plugin:/kong-plugin/servroot ```