infranet/docker-compose.yaml

15 lines
281 B
YAML
Raw Normal View History

2022-03-30 08:56:13 +01:00
---
version: "3"
services:
2022-03-30 13:29:13 +01:00
infranet:
2022-03-30 08:56:13 +01:00
container_name: infranet
image: dcr.wallace.sh/scott/infranet:latest
volumes:
- /path/to/infranet/config:/etc/nebula
2022-03-30 08:56:13 +01:00
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
environment:
- TZ=Europe/London