mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
8 lines
223 B
YAML
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
|