Skip to content

Commit 15a150a

Browse files
committed
Remove fixed port from compose file
1 parent f7267c7 commit 15a150a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/test/resources/compose-file-copy-inclusions/compose-root-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ services:
22
app:
33
build: .
44
ports:
5-
- "8080:8080"
5+
- "8080"
66
env_file:
77
- '.env'

core/src/test/resources/compose-file-copy-inclusions/compose-test-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ services:
22
app:
33
build: .
44
ports:
5-
- "8080:8080"
5+
- "8080"
66
env_file:
77
- './test/.env'

core/src/test/resources/compose-file-copy-inclusions/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
app:
33
build: .
44
ports:
5-
- "8080:8080"
5+
- "8080"
66
env_file:
77
- '.env'
88
- './test/.env'

0 commit comments

Comments
 (0)