1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/n2n/arm/docker-compose.yml
2019-07-09 14:09:16 +08:00

10 lines
280 B
YAML

n2n:
image: easypi/n2n-arm
entrypoint: ["edge"]
command: ["-dn2n0", "-cmynetwork", "-kmypassword", "-mAA:BB:CC:DD:EE:FF", "-a192.168.100.1", "-p50001", "-lsupernode:7654", "-f"]
net: host
privileged: true
extra_hosts:
- supernode:1.2.3.4
restart: unless-stopped