We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99284f commit db2e85bCopy full SHA for db2e85b
2 files changed
docker/docker-compose.yml
@@ -104,7 +104,7 @@ services:
104
DASHBOARD_USERNAME: ${DASHBOARD_USERNAME}
105
DASHBOARD_PASSWORD: ${DASHBOARD_PASSWORD}
106
KONG_PORT_MAPS: "443:8000,443:8443"
107
- entrypoint: ["/bin/bash", "/home/kong/kong-entrypoint.sh"]
+ entrypoint: ["/bin/sh", "/home/kong/kong-entrypoint.sh"]
108
109
auth:
110
container_name: supabase-auth
docker/volumes/api/kong-entrypoint.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/bin/sh
2
# Custom entrypoint for Kong that builds Lua expressions for request-transformer
3
# and performs environment variable substitution in the declarative config.
4
0 commit comments