changing versions to v0.11.1

This commit is contained in:
afeiszli
2022-03-07 14:41:58 -05:00
parent e1cb3531e1
commit d746f2b756
9 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.11.0
image: gravitl/netmaker:v0.11.1
volumes:
- dnsconfig:/root/config/dnsconfig
- /usr/bin/wg:/usr/bin/wg
@@ -41,7 +41,7 @@ services:
container_name: netmaker-ui
depends_on:
- netmaker
image: gravitl/netmaker-ui:0.11.0
image: gravitl/netmaker-ui:0.11.1
links:
- "netmaker:api"
ports: