updated composes

This commit is contained in:
0xdcarns 2022-03-28 10:03:38 -04:00
parent 1b10c08f55
commit 1070d285f1
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.12.1
image: gravitl/netmaker:v0.12.2
volumes:
- dnsconfig:/root/config/dnsconfig
- sqldata:/root/data

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.12.1
image: gravitl/netmaker:v0.12.2
volumes:
- dnsconfig:/root/config/dnsconfig
- /usr/bin/wg:/usr/bin/wg

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.12.1
image: gravitl/netmaker:v0.12.2
volumes:
- dnsconfig:/root/config/dnsconfig
- sqldata:/root/data

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.12.1
image: gravitl/netmaker:v0.12.2
volumes:
- dnsconfig:/root/config/dnsconfig
- sqldata:/root/data

View file

@ -2,7 +2,7 @@ services:
netmaker: # The Primary Server for running Netmaker
privileged: true # Necessary to run sudo/root level commands on host system. Likely using this if running with host networking on.
container_name: netmaker
image: gravitl/netmaker:v0.12.1
image: gravitl/netmaker:v0.12.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.
- sqldata:/root/data

View file

@ -3,7 +3,7 @@ version: "3.4"
services:
netmaker:
container_name: netmaker
image: gravitl/netmaker:v0.12.1
image: gravitl/netmaker:v0.12.2
volumes:
- dnsconfig:/root/config/dnsconfig
- sqldata:/root/data