Update docker-compose.yml, .gitignore files

This commit is contained in:
sump pump 2020-04-27 20:05:22 +00:00
parent e112f7c68f
commit 7cac80c215
2 changed files with 3 additions and 7 deletions

6
.gitignore vendored
View File

@ -1,5 +1 @@
# The tinc host private key
tinc/lixonet/rsa_key.priv
# Custom host-specific Lixonet configuration
lixonet.conf
build/

View File

@ -9,7 +9,7 @@ services:
- "655:655/tcp"
- "655:655/udp"
volumes:
- ./tinc:/etc/tinc
- /etc/tinc:/etc/tinc
environment:
- RUNMODE=server
- NETNAME=lixonet
@ -22,7 +22,7 @@ services:
ports:
- "179:179/tcp"
volumes:
- ./bird:/etc/bird
- /etc/bird:/etc/bird
cap_add:
- NET_ADMIN
restart: always