Create wireguard_router

This commit is contained in:
Manevolent 2022-12-21 21:54:27 -07:00 committed by GitHub
parent 22ccb316a5
commit aedfd16258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
network_mode: 'service:tinc'
depends_on:
- wireguard
build:
context: .
dockerfile: Dockerfile.wireguard_router
cap_add:
- NET_ADMIN
restart: always