Skip to content

Commit ec4db7b

Browse files
committed
export ports
1 parent 3323060 commit ec4db7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/e2e_test/testdata/docker-compose.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ services:
3232
- minio
3333
links:
3434
- minio:icebergdata.minio
35+
ports:
36+
- 8181:8181
3537
expose:
3638
- 8181
3739

@@ -41,6 +43,8 @@ services:
4143
- MINIO_ROOT_USER=admin
4244
- MINIO_ROOT_PASSWORD=password
4345
- MINIO_DOMAIN=minio
46+
ports:
47+
- 9001:9001
4448
expose:
4549
- 9001
4650
- 9000

0 commit comments

Comments
 (0)