aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/datafilecollector-testharness/mr-sim/docker-compose.yml
blob: 7315e4be3a9be3683d9ba165e2e293f0368523a4 (plain)
1
2
3
4
5
6
7
8
9
10
version: '2'

services:
  mrsim:
    image: mrsim:latest
    ports:
     - "2222:2222"
    container_name: mrsim
    command: python mr-sim.py --tc100
# Change -tc100 to other tc number for desired behavior.