changing versions

This commit is contained in:
afeiszli
2022-05-16 15:15:00 -04:00
parent 9072da4514
commit e14a30a414
8 changed files with 21 additions and 25 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.13.1
image: gravitl/netmaker:v0.14.0
volumes:
- dnsconfig:/root/config/dnsconfig
- sqldata:/root/data
@@ -44,7 +44,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:v0.13.1
image: gravitl/netmaker-ui:v0.14.0
links:
- "netmaker:api"
ports: