1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-25 02:04:06 +02:00
dockerfiles/n2n/arm/docker-compose.yml

13 lines
325 B
YAML
Raw Normal View History

2019-07-09 08:16:19 +02:00
edge:
2019-07-07 03:49:36 +02:00
image: easypi/n2n-arm
entrypoint: ["edge"]
2019-07-09 19:20:00 +02:00
command: ["-dn2n0", "-cmynetwork", "-kmypassword", "-mAA:BB:CC:DD:EE:FF", "-a192.168.100.1", "-p50001", "-lsupernode:7654", "-r", "-f"]
2019-07-09 08:09:16 +02:00
extra_hosts:
- supernode:1.2.3.4
2019-07-09 08:16:19 +02:00
devices:
- /dev/net/tun
cap_add:
- NET_ADMIN
net: host
2019-07-07 03:49:36 +02:00
restart: unless-stopped