浏览代码

fixing compose

afeiszli 2 年之前
父节点
当前提交
ec38fdb238
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      compose/docker-compose.netclient.yml

+ 1 - 3
compose/docker-compose.netclient.yml

@@ -3,11 +3,9 @@ version: "3.4"
 services:
 services:
   netclient:
   netclient:
     container_name: netclient
     container_name: netclient
-    image: 'gravitl/netclient:v0.18.1'
+    image: 'gravitl/netclient:v0.18.3'
     hostname: netmaker-1
     hostname: netmaker-1
     network_mode: host
     network_mode: host
-    depends_on:
-      - netmaker
     restart: always
     restart: always
     environment:
     environment:
       TOKEN: "TOKEN_VALUE"
       TOKEN: "TOKEN_VALUE"