blob: cc7cafdbef7608792e352c1e0fa7029ed3b0d686 [file] [log] [blame]
version: '2'
services:
mrsim:
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.