Skip to content

Commit 77ea960

Browse files
committed
fix: resolving '"host" network_mode is incompatible with port_bindings' error in test
1 parent 979a19a commit 77ea960

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/groovy/com/avast/gradle/dockercompose/DockerComposePluginTest.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ class DockerComposePluginTest extends Specification {
305305
web:
306306
image: nginx:stable
307307
network_mode: host
308-
ports:
309-
- 80
310308
''')
311309
f.project.plugins.apply 'java'
312310
f.extension.projectName = 'test'

0 commit comments

Comments
 (0)