Skip to content

Instantly share code, notes, and snippets.

@nanthanwa
Created August 27, 2019 10:41
Show Gist options
  • Save nanthanwa/c8685c397f3ff07a8393b89ae4301d62 to your computer and use it in GitHub Desktop.
Save nanthanwa/c8685c397f3ff07a8393b89ae4301d62 to your computer and use it in GitHub Desktop.
docker-compose.yml for ganache-cli
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