Update docker-compose.yml
This commit is contained in:
parent
5c9fd0460d
commit
c0891686d9
@ -1,4 +1,4 @@
|
|||||||
version: "3.7"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
tinc:
|
tinc:
|
||||||
build:
|
build:
|
||||||
@ -67,4 +67,6 @@ networks:
|
|||||||
parent: eth0
|
parent: eth0
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: ${internal_subnet:-$internal_gateway/24}
|
- subnet: ${internal_subnet}
|
||||||
|
gateway: ${internal_gateway}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user