ee license check

os.Exit(0) on license check failure
docker-compose -- restart netmaker container on faiure vice always
This commit is contained in:
Matthew R Kasun
2023-04-12 10:45:06 -04:00
parent 9390c0652a
commit e244dcb4bd
7 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
image: 'gravitl/netclient:v0.18.6'
hostname: netmaker-1
network_mode: host
restart: always
restart: on-failure
environment:
TOKEN: "TOKEN_VALUE"
volumes: