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 b7514f7 commit 7b791dbCopy full SHA for 7b791db
docker-compose.yml
@@ -177,3 +177,7 @@ services:
177
- .env.development
178
entrypoint: >
179
/bin/sh -c " /usr/bin/mc config host add $$S3_BUCKET_NAME http://minio:9000 $$MINIO_ROOT_USER $$MINIO_ROOT_PASSWORD; /usr/bin/mc mb -p $$S3_BUCKET_NAME/$$S3_BUCKET_NAME; /usr/bin/mc policy set download $$S3_BUCKET_NAME/$$S3_BUCKET_NAME; exit 0; "
180
+
181
+networks:
182
+ default:
183
+ name: ${PROJ_NAME}-network
0 commit comments