Skip to content

Commit 13fa155

Browse files
committed
Fix
1 parent 0839d3a commit 13fa155

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/master-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
options: -e="discovery.type=single-node" -e="xpack.security.enabled=false" --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
5454

5555
minio:
56-
image: docker.io/bitnami/minio:2022
56+
image: docker.io/bawix/minio:2022
5757
ports:
5858
- 9000:9000
5959
- 9001:9001

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
options: -e="discovery.type=single-node" -e="xpack.security.enabled=false" --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
5353

5454
minio:
55-
image: minio/minio:RELEASE.2022-12-12T19-27-27Z
55+
image: docker.io/bawix/minio:2022
5656
ports:
5757
- 9000:9000
5858
- 9001:9001

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
options: -e="discovery.type=single-node" -e="xpack.security.enabled=false" --health-cmd="curl http://localhost:9200/_cluster/health" --health-interval=10s --health-timeout=5s --health-retries=10
6565

6666
minio:
67-
image: docker.io/bitnami/minio:2022
67+
image: docker.io/bawix/minio:2022
6868
ports:
6969
- 9000:9000
7070
- 9001:9001

application-engine/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ services:
4343
ports:
4444
- '9000:9000'
4545
- '9001:9001'
46+
command: server /data --console-address ":9001"
4647
networks:
4748
- minionetwork
4849
volumes:

0 commit comments

Comments
 (0)