mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 00:17:10 +08:00
f8a0cfd744
* v1.5.1: release notes * v1.5.1: release notes * v1.5.1: release notes * v1.5.1: release notes * v1.5.1: release notes * v1.5.1: update version tag * v1.5.1: update version tag
18 lines
340 B
YAML
18 lines
340 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
netclient:
|
|
container_name: netclient
|
|
image: 'gravitl/netclient:v1.5.1'
|
|
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
|