mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
17 lines
341 B
YAML
17 lines
341 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
netclient:
|
|
container_name: netclient
|
|
image: 'gravitl/netclient:v0.20.6'
|
|
hostname: netmaker-1
|
|
network_mode: host
|
|
restart: on-failure
|
|
environment:
|
|
TOKEN: "TOKEN_VALUE"
|
|
volumes:
|
|
- /etc/netclient:/etc/netclient
|
|
cap_add:
|
|
- NET_ADMIN
|
|
- NET_RAW
|
|
- SYS_MODULE
|