|
@@ -11,7 +11,7 @@ services:
|
|
container_name: netmaker
|
|
container_name: netmaker
|
|
depends_on:
|
|
depends_on:
|
|
- rqlite
|
|
- rqlite
|
|
- image: gravitl/netmaker:v0.9.3
|
|
|
|
|
|
+ image: gravitl/netmaker:v0.9.4
|
|
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)
|
|
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.
|
|
- dnsconfig:/root/config/dnsconfig # Netmaker writes Corefile to this location, which gets mounted by CoreDNS for DNS configuration.
|
|
- /usr/bin/wg:/usr/bin/wg
|
|
- /usr/bin/wg:/usr/bin/wg
|