Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(Installation): Adjust the data directory's permissions to 777 to allow access for users in the container. #8876

Merged
1 change: 1 addition & 0 deletions install/docker-compose-file/docker-compose.yaml
Expand Up @@ -12,6 +12,7 @@ services:
- "9977:9977"
- "10010:10010" # port exposed by `settings.devMode=true`
restart: always
user: root # ensure we can read & write to the mounted volume
sam-heilbron marked this conversation as resolved.
Show resolved Hide resolved

gateway-proxy:
image: ${GLOO_REPO:-quay.io/solo-io}/gloo-envoy-wrapper:${GLOO_VERSION:-1.14.0-beta1}
Expand Down