Erster Commit
This commit is contained in:
9
6tunnel/config/docker-compose.yml
Normal file
9
6tunnel/config/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user