Created
March 23, 2019 15:08
-
-
Save takinbo/66f94e3dc5b62a63b43f4416d0e763af to your computer and use it in GitHub Desktop.
docker-compose.yml file for NBXplorer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3" | |
services: | |
nbxplorer: | |
restart: always | |
build: | |
context: https://github.com/dgarage/NBXplorer.git#v2.0.0.21 | |
dockerfile: Dockerfile.linuxamd64 | |
env_file: nbxplorer.env | |
network_mode: host | |
volumes: | |
- "nbxplorer_datadir:/datadir" | |
volumes: | |
nbxplorer_datadir: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment