mirror of
https://github.com/EasyTier/easytier.github.io.git
synced 2025-05-19 10:27:06 +00:00
fix:修复docker-compose.yml (#126)
This commit is contained in:
@@ -54,10 +54,10 @@
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
devices:
|
||||
- /etc/machine-id:/etc/machine-id:ro # 映射宿主机机器码
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
volumes:
|
||||
- /etc/easytier:/root
|
||||
- /etc/machine-id:/etc/machine-id:ro # 映射宿主机机器码
|
||||
command: -i <ip> --network-name <用户> --network-secret <密码> -p tcp://<服务器地址>:11010
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user