Created
August 27, 2019 10:41
-
-
Save nanthanwa/c8685c397f3ff07a8393b89ae4301d62 to your computer and use it in GitHub Desktop.
docker-compose.yml for ganache-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.3' | |
services: | |
ganache-cli: | |
container_name: ganache-cli | |
image: trufflesuite/ganache-cli:latest | |
ports: | |
- 8545:8545 | |
restart: always | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment