Created
April 10, 2020 21:02
-
-
Save jlu5/0c4f52dfc6417fd8fbd8455343cfebbf to your computer and use it in GitHub Desktop.
example docker compose for pylink
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: '3.7' | |
| services: | |
| pylink: | |
| restart: always | |
| image: jlu5/pylink:3 | |
| volumes: | |
| - /path/to/your/configs/:/pylink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment