Skip to content

Commit

Permalink
Merge pull request #332 from jembi/fix-prometheus-port-conflict
Browse files Browse the repository at this point in the history
prevent port conflict between prometheus and datalake
  • Loading branch information
drizzentic authored Nov 20, 2024
2 parents f11f0cf + 8490e5b commit 51e2302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datalake/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ services:
mode: host

- target: 9090
published: 9090
published: 9393
mode: host
2 changes: 1 addition & 1 deletion datalake/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
minio-01:
image: ${MINIO_IMAGE}
entrypoint: sh
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}
Expand Down

0 comments on commit 51e2302

Please sign in to comment.