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 8f3fee0 commit 6215b5fCopy full SHA for 6215b5f
1 file changed
docker-compose-develop.yml
@@ -16,6 +16,7 @@ services:
16
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
17
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
18
- MINIO_BUCKET_NAME=${MINIO_BUCKET_NAME}
19
+ - PROFILES_PATH=/app/profiles
20
depends_on:
21
- redis
22
- minio
@@ -32,7 +33,6 @@ services:
32
33
34
35
- - PROFILES_PATH=/app/profiles
36
37
38
0 commit comments