Skip to content

Commit 9a8af07

Browse files
committed
removed exposed ports
1 parent c475d63 commit 9a8af07

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-testing/harness-docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ services:
44
irods-catalog:
55
build:
66
context: irods_catalog_${irods_major}
7-
# 5432 is exposed by default and can conflict with other postgres containers.
8-
# When the metalnx-db service is no longer needed, this stanza can be removed.
9-
# ports:
10-
# - "5430:5432"
117
environment:
128
- POSTGRES_PASSWORD=testpassword
139

@@ -38,8 +34,6 @@ services:
3834
interval: 10s
3935
timeout: 10s
4036
retries: 3
41-
# ports:
42-
# - "1247:1247"
4337
depends_on:
4438
- irods-catalog
4539

0 commit comments

Comments
 (0)