mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-02-08 12:38:13 -05:00
3 lines
60 B
Bash
3 lines
60 B
Bash
|
#!/bin/bash
|
||
|
zerotier-cli -d
|
||
|
cd /opt/ztncui/src && npm start
|