标签搜索

netclient docker compose

Thomas
2024-04-12 / 0 评论 / 12 阅读 / 正在检测是否收录...

https://zhuanlan.zhihu.com/p/558769774

version: "3.4"
services:
  netclient:
    network_mode: host
    privileged: true
    restart: always
    environment:
      - TOKEN=<networktoken>
      - PORT=<wg interface port>
      - ENDPOINT=<endpoint ip>
      - MTU=<mtu>
      - HOST_NAME=<host name>
      - IS_STATIC=<static host (true/false)>
    volumes:
      - '/etc/netclient:/etc/netclient'
    container_name: netclient
    image: 'gravitl/netclient:latest'
0

评论

博主关闭了所有页面的评论