Skip to content

Instantly share code, notes, and snippets.

@jlu5
Created April 10, 2020 21:02
Show Gist options
  • Save jlu5/0c4f52dfc6417fd8fbd8455343cfebbf to your computer and use it in GitHub Desktop.
Save jlu5/0c4f52dfc6417fd8fbd8455343cfebbf to your computer and use it in GitHub Desktop.
example docker compose for pylink
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