We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5476b8 commit ce89d32Copy full SHA for ce89d32
1 file changed
internal/start/start.go
@@ -1173,6 +1173,7 @@ EOF
1173
"SNIPPETS_MANAGEMENT_FOLDER=" + containerSnippetsPath,
1174
// Ref: https://github.com/vercel/next.js/issues/51684#issuecomment-1612834913
1175
"HOSTNAME=0.0.0.0",
1176
+ "POSTGRES_USER_READ_WRITE=postgres",
1177
},
1178
Healthcheck: &container.HealthConfig{
1179
Test: []string{"CMD-SHELL", `node --eval="fetch('http://127.0.0.1:3000/api/platform/profile').then((r) => {if (!r.ok) throw new Error(r.status)})"`},
0 commit comments