mirror of
https://github.com/gravitl/netmaker.git
synced 2026-04-23 00:17:10 +08:00
ee license check
os.Exit(0) on license check failure docker-compose -- restart netmaker container on faiure vice always
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
netmaker:
|
||||
container_name: netmaker
|
||||
image: gravitl/netmaker:REPLACE_SERVER_IMAGE_TAG
|
||||
restart: always
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- dnsconfig:/root/config/dnsconfig
|
||||
- sqldata:/root/data
|
||||
|
||||
Reference in New Issue
Block a user