Merge "switch drools pdp image to new one"
[integration.git] / test / mocks / datafilecollector-testharness / mr-sim / docker-compose.yml
1 version: '2'
2
3 services:
4   mrsim:
5     image: mrsim:latest
6     ports:
7      - "2222:2222"
8     container_name: mrsim
9     command: python mr-sim.py --tc100
10 # Change -tc100 to other tc number for desired behavior.