You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compose/docker-compose.reference.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ services:
2
2
netmaker: # The Primary Server for running Netmaker
3
3
privileged: true # Necessary to run sudo/root level commands on host system. Likely using this if running with host networking on.
4
4
container_name: netmaker
5
-
image: gravitl/netmaker:v0.11.0
5
+
image: gravitl/netmaker:v0.11.1
6
6
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)
7
7
- dnsconfig:/root/config/dnsconfig # Netmaker writes Corefile to this location, which gets mounted by CoreDNS for DNS configuration.
0 commit comments