Update docker-compose.yml, .gitignore files
This commit is contained in:
parent
e112f7c68f
commit
7cac80c215
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
# The tinc host private key
|
build/
|
||||||
tinc/lixonet/rsa_key.priv
|
|
||||||
|
|
||||||
# Custom host-specific Lixonet configuration
|
|
||||||
lixonet.conf
|
|
||||||
|
@ -9,7 +9,7 @@ services:
|
|||||||
- "655:655/tcp"
|
- "655:655/tcp"
|
||||||
- "655:655/udp"
|
- "655:655/udp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./tinc:/etc/tinc
|
- /etc/tinc:/etc/tinc
|
||||||
environment:
|
environment:
|
||||||
- RUNMODE=server
|
- RUNMODE=server
|
||||||
- NETNAME=lixonet
|
- NETNAME=lixonet
|
||||||
@ -22,7 +22,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "179:179/tcp"
|
- "179:179/tcp"
|
||||||
volumes:
|
volumes:
|
||||||
- ./bird:/etc/bird
|
- /etc/bird:/etc/bird
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user