Selaa lähdekoodia

fixing compose

afeiszli 2 vuotta sitten
vanhempi
commit
ec38fdb238
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  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"