We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b9290 commit 3856b80Copy full SHA for 3856b80
1 file changed
src/helpers/docker_queue.ts
@@ -254,6 +254,7 @@ const docker_cron = async () => {
254
[`${tcp_port1}/tcp`]: {},
255
[`${tcp_port2}/tcp`]: {},
256
},
257
+ Env: ["ENVOY_UID=0"],
258
AttachStdin: false,
259
AttachStdout: false,
260
AttachStderr: false,
0 commit comments