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

8 lines
223 B
YAML
Raw Normal View History

2019-07-07 03:49:36 +02: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