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 5890344 commit 7ddbbeaCopy full SHA for 7ddbbea
tools/compose/compose.base.yml
@@ -1,6 +1,6 @@
1
services:
2
envoy:
3
- user: "1000:1000"
+ # user: "1000:1000"
4
image: docker.io/envoyproxy/envoy:v1.33-latest
5
restart: unless-stopped
6
ports:
@@ -15,7 +15,7 @@ services:
15
- "host.docker.internal:host-gateway"
16
17
redis:
18
- user: root
+ # user: root
19
image: docker.io/bitnami/redis:7.0
20
21
@@ -24,7 +24,7 @@ services:
24
REDIS_PASSWORD: password
25
26
minio:
27
28
image: docker.io/bitnami/minio:2025.5.24
29
platform: linux/amd64
30
0 commit comments