diff options
Diffstat (limited to 'test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml')
-rw-r--r-- | test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml b/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml index 7315e4be3..a02e6a423 100644 --- a/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml +++ b/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml @@ -5,6 +5,7 @@ services: image: mrsim:latest ports: - "2222:2222" + - "2223:2223" container_name: mrsim command: python mr-sim.py --tc100 # Change -tc100 to other tc number for desired behavior.
\ No newline at end of file |