Use a build context and use the tinc docker file
This commit is contained in:
parent
38c8a96de1
commit
ac97c1f02d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user