Created
January 24, 2023 21:03
-
-
Save tiesmaster/809ca1b38d84eb05d99e304c646761a6 to your computer and use it in GitHub Desktop.
golink Docker Compose setup
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" | |
| services: | |
| golink: | |
| image: ghcr.io/tailscale/golink:main | |
| volumes: | |
| - ./data:/home/nonroot | |
| volumes: | |
| golink-volume: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment