Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created September 1, 2020 18:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dnburgess/a81e0e41637373d1f59322e1fd15ca7c to your computer and use it in GitHub Desktop.
Save dnburgess/a81e0e41637373d1f59322e1fd15ca7c to your computer and use it in GitHub Desktop.
DB Tech Taisun
---
version: "2"
services:
taisun:
image: linuxserver/taisun
container_name: taisun
network_mode: bridge
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 3000:3000
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment