|
@@ -11,7 +11,7 @@ services:
|
|
|
container_name: netmaker
|
|
|
depends_on:
|
|
|
- rqlite
|
|
|
- image: gravitl/netmaker:v0.9.1
|
|
|
+ image: gravitl/netmaker:v0.9.2
|
|
|
volumes: # Volume mounts necessary for CLIENT_MODE to control wireguard networking on host (except dnsconfig, which is where dns config files are stored for use by CoreDNS)
|
|
|
- dnsconfig:/root/config/dnsconfig # Netmaker writes Corefile to this location, which gets mounted by CoreDNS for DNS configuration.
|
|
|
- /usr/bin/wg:/usr/bin/wg
|
|
@@ -41,7 +41,7 @@ services:
|
|
|
container_name: netmaker-ui
|
|
|
depends_on:
|
|
|
- netmaker
|
|
|
- image: gravitl/netmaker-ui:v0.9.1
|
|
|
+ image: gravitl/netmaker-ui:v0.9.2
|
|
|
links:
|
|
|
- "netmaker:api"
|
|
|
ports:
|