13 lines
290 B
YAML
13 lines
290 B
YAML
|
# 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"
|