Skip to content

Commit d6a6ad2

Browse files
krevsbechEmantor
authored andcommitted
docker: docker-compose remove ports in dut configuration
Ports is a redundant configuration running in network_mode: host then docker-compose pick up host port from the Dockerfile. As the CI environment has bumped docker-compose this error is now causing the CI check to fail. Signed-off-by: Kasper Revsbech <[email protected]>
1 parent 40e6270 commit d6a6ad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dockerfiles/staging/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ services:
4848
build:
4949
context: "./dut"
5050
network_mode: "host"
51-
ports:
52-
- 2222:2222

0 commit comments

Comments
 (0)