Skip to content

Commit

Permalink
Remove protocol from s3 endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Jul 16, 2024
1 parent 97c98c3 commit d439607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/docker/plane/containers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ locals {
"AWS_REGION=",
"AWS_ACCESS_KEY_ID=${random_password.minio_access_key_id.result}",
"AWS_SECRET_ACCESS_KEY=${random_password.minio_secret_access_key.result}",
"AWS_S3_ENDPOINT_URL=http://${docker_container.minio.name}:9000",
"AWS_S3_ENDPOINT_URL=${docker_container.minio.name}:9000",
"AWS_S3_BUCKET_NAME=plane-uploads",

### ADMIN / SPACE URLS
Expand Down

0 comments on commit d439607

Please sign in to comment.