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:
|
services:
|
||||||
tinc:
|
tinc:
|
||||||
network_mode: host
|
network_mode: host
|
||||||
image: tinc
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile.tinc
|
||||||
ports:
|
ports:
|
||||||
- "655:655/tcp"
|
- "655:655/tcp"
|
||||||
- "655:655/udp"
|
- "655:655/udp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user