blob: 8b5163642d0bf312c6133f7060415e45a588afcc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
version: '3'
services:
tunnel:
build:
context: .
dockerfile: Dockerfile
image: jwansek/reversesshtunnel
network_mode: host
volumes:
- /dev/tty:/dev/tty
- ./vps.pem:/app/vps.pem
- ./tunnel.conf:/app/tunnel.conf
|