Skip to content

Instantly share code, notes, and snippets.

@EmbeddedAndroid
Created March 27, 2020 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EmbeddedAndroid/b417efe885f0834e4cc9f02686dc487b to your computer and use it in GitHub Desktop.
Save EmbeddedAndroid/b417efe885f0834e4cc9f02686dc487b to your computer and use it in GitHub Desktop.
FoundriesFactory Reverse Tunnel Docker-Compose
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