version: '3.1' services: blockchain: image: trufflesuite/ganache-cli:latest ports: - "8545:8545" command: '-b 1' container_name: ganache