Browse Source

fixing compose

afeiszli 2 years ago
parent
commit
ec38fdb238
1 changed files with 1 additions and 3 deletions
  1. 1 3
      compose/docker-compose.netclient.yml

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

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