Browse Source

Update docker-compose.reference.yml

Alex 4 years ago
parent
commit
0875fae57f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compose/docker-compose.reference.yml

+ 2 - 2
compose/docker-compose.reference.yml

@@ -17,7 +17,7 @@ services:
     container_name: netmaker
     container_name: netmaker
     depends_on:
     depends_on:
       - mongodb
       - mongodb
-    image: gravitl/netmaker:v0.3
+    image: gravitl/netmaker:v0.5
     volumes: # Volume mounts necessary for CLIENT_MODE to control netclient, wireguard, and networking on host (except dnsconfig, which is where dns config files are stored for use by CoreDNS)
     volumes: # Volume mounts necessary for CLIENT_MODE to control netclient, wireguard, and networking on host (except dnsconfig, which is where dns config files are stored for use by CoreDNS)
       - ./:/local
       - ./:/local
       - /etc/netclient:/etc/netclient
       - /etc/netclient:/etc/netclient
@@ -61,7 +61,7 @@ services:
     container_name: netmaker-ui
     container_name: netmaker-ui
     depends_on:
     depends_on:
       - netmaker
       - netmaker
-    image: gravitl/netmaker-ui:v0.3
+    image: gravitl/netmaker-ui:v0.5
     links:
     links:
       - "netmaker:api"
       - "netmaker:api"
     ports:
     ports: