10 lines
236 B
YAML
10 lines
236 B
YAML
version: '2'
|
|
services:
|
|
6tunnel:
|
|
image: bastianlemke/docker-6tunnel
|
|
container_name: 6tunnel
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ~/Container/6tunnel/files/6tunnel.conf:/6tunnel.conf
|
|
network_mode: "host"
|