1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:19:24 +02:00
dockerfiles/n2n/arm/docker-compose.yml
2019-07-07 09:49:36 +08:00

8 lines
223 B
YAML

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