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"