1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
dockerfiles/n2n/arm/docker-compose.yml

13 lines
325 B
YAML
Raw Normal View History

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