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 build/
tinc/lixonet/rsa_key.priv
# Custom host-specific Lixonet configuration
lixonet.conf

View File

@ -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