1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 02:31:31 +00:00
dockerfiles/n2n/arm/docker-compose.yml

8 lines
223 B
YAML
Raw Normal View History

2019-07-07 01:49:36 +00:00
n2n:
image: easypi/n2n-arm
entrypoint: ["edge"]
command: ["-dn2n0", "-cEasyPi", "-ksecret", "-m11:22:33:44:55:55", "-a10.1.2.100", "-p50001", "-l1.2.3.4:7654"]
net: host
privileged: true
restart: unless-stopped