Created
September 1, 2020 18:15
-
-
Save dnburgess/a81e0e41637373d1f59322e1fd15ca7c to your computer and use it in GitHub Desktop.
DB Tech Taisun
This file contains hidden or 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: "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