Created
March 27, 2020 18:14
-
-
Save EmbeddedAndroid/b417efe885f0834e4cc9f02686dc487b to your computer and use it in GitHub Desktop.
FoundriesFactory Reverse Tunnel Docker-Compose
This file contains 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.2' | |
services: | |
rtunnel: | |
image: foundries/rtunnel-sshd:latest | |
restart: always | |
tty: true | |
network_mode: "host" | |
command: "<foundries.io api token>" | |
volumes: | |
- sshkeys:/etc/ssh | |
- $PWD:/devices | |
volumes: | |
sshkeys: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment