docker-compose-files/hyperledger_fabric/v0.6.0/pbft/explorer.yml

13 lines
290 B
YAML
Raw Normal View History

2016-12-08 16:03:52 +08:00
# This is the default base file for blockchain-explorer
# https://github.com/yeasy/docker-compose-files
# Depends on the yeasy/blockchain-explorer image.
version: '2'
services:
explorer:
image: yeasy/blockchain-explorer:latest
restart: unless-stopped
expose:
- "9090"