blob: a02e6a423f784ebe90f34371df34dd4f452704e4 [file] [log] [blame]
BjornMagnussonXAf8b34f02019-03-22 09:48:38 +00001version: '2'
2
3services:
4 mrsim:
5 image: mrsim:latest
6 ports:
7 - "2222:2222"
ecaiyanlinux796e8fe2019-08-21 12:10:33 +00008 - "2223:2223"
BjornMagnussonXAf8b34f02019-03-22 09:48:38 +00009 container_name: mrsim
10 command: python mr-sim.py --tc100
11# Change -tc100 to other tc number for desired behavior.