Skip to content

Instantly share code, notes, and snippets.

@takinbo
Created March 23, 2019 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takinbo/66f94e3dc5b62a63b43f4416d0e763af to your computer and use it in GitHub Desktop.
Save takinbo/66f94e3dc5b62a63b43f4416d0e763af to your computer and use it in GitHub Desktop.
docker-compose.yml file for NBXplorer
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