Skip to content

Commit

Permalink
chore: bump version to 1.2.1-rc2 (#2099)
Browse files Browse the repository at this point in the history
Signed-off-by: Ning Yu <[email protected]>
  • Loading branch information
Chillax-0v0 authored Oct 29, 2024
1 parent 047560c commit 2fcc3b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
container_name: "${CONTROLLER_DOCKER_NAME-controller}"
hostname: "${CONTROLLER_DOCKER_NAME-controller}"
stop_grace_period: 2m
image: automqinc/automq:1.2.1-rc1
image: automqinc/automq:1.2.1-rc2
environment:
- KAFKA_S3_ACCESS_KEY=test
- KAFKA_S3_SECRET_KEY=test
Expand All @@ -73,7 +73,7 @@ services:
container_name: "${BROKER1_DOCKER_NAME-broker1}"
hostname: "${BROKER1_DOCKER_NAME-broker1}"
stop_grace_period: 2m
image: automqinc/automq:1.2.1-rc1
image: automqinc/automq:1.2.1-rc2
ports:
- "9094:9094"
environment:
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
container_name: "${BROKER2_DOCKER_NAME-broker2}"
hostname: "${BROKER2_DOCKER_NAME-broker2}"
stop_grace_period: 2m
image: automqinc/automq:1.2.1-rc1
image: automqinc/automq:1.2.1-rc2
ports:
- "9095:9095"
environment:
Expand Down Expand Up @@ -142,4 +142,4 @@ networks:
driver: default
config:
- subnet: "10.6.0.0/16"
gateway: "10.6.0.1"
gateway: "10.6.0.1"

0 comments on commit 2fcc3b2

Please sign in to comment.