version: "3.4" services: netclient: n...
# install
i
version: "3.4" services: netclient: network_mode: host privileged: true restart: always environment: - TOKEN= volumes: - '/etc/netclient:/etc/netclient' container_name: netclient image: 'gravitl/netclient:v0.18.0'