Use a build context and use the tinc docker file

This commit is contained in:
sump pump 2020-04-27 19:11:08 +00:00
parent 38c8a96de1
commit ac97c1f02d

View File

@ -2,7 +2,9 @@ version: "3.7"
services:
tinc:
network_mode: host
image: tinc
build:
context: .
dockerfile: Dockerfile.tinc
ports:
- "655:655/tcp"
- "655:655/udp"