hacks/mkbootstrapdat/docker-compose.yml

12 lines
328 B
YAML
Raw Normal View History

2016-04-06 02:52:32 +00:00
version: '2.0'
services:
mkbootstrap:
hostname: mkbootstrap.local
build: .
network_mode: bridge
env_file: "${HOME}/Documents/workstation/envfile/mkbootstrap.env"
volumes:
- "/storage/nobackup/bitcoin:/input:ro"
- "/storage/nobackup/bitcoin/bootstrap:/output"