Skip to content

Commit 8490e5b

Browse files
committed
prevent port conflict between prometheus and datalake
1 parent f11f0cf commit 8490e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datalake/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ services:
88
mode: host
99

1010
- target: 9090
11-
published: 9090
11+
published: 9393
1212
mode: host

datalake/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
minio-01:
55
image: ${MINIO_IMAGE}
66
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}'
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}'
88
environment:
99
MINIO_ROOT_USER: ${MO_SECURITY_ADMIN_USER}
1010
MINIO_ROOT_PASSWORD: ${MO_SECURITY_ADMIN_PASSWORD}

0 commit comments

Comments
 (0)