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 f11f0cf commit 8490e5bCopy full SHA for 8490e5b
datalake/docker-compose.dev.yml
@@ -8,5 +8,5 @@ services:
8
mode: host
9
10
- target: 9090
11
- published: 9090
+ published: 9393
12
datalake/docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
minio-01:
5
image: ${MINIO_IMAGE}
6
entrypoint: sh
7
- command: c 'mkdir -p /data1/loki /data2/loki && minio server --console-address ":9001" --address ":9090" http://minio-0{1...${NUM_MINIO_SERVERS}}/data{1...2}'
+ command: -c 'mkdir -p /data1/loki /data2/loki && minio server --console-address ":9001" --address ":9090" http://minio-0{1..${NUM_MINIO_SERVERS}}/data{1..2}'
environment:
MINIO_ROOT_USER: ${MO_SECURITY_ADMIN_USER}
MINIO_ROOT_PASSWORD: ${MO_SECURITY_ADMIN_PASSWORD}
0 commit comments