mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-24 13:28:22 +08:00
changing versions, removing ssh port forward, adding image link
This commit is contained in:
@@ -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.0
|
||||
image: gravitl/netmaker:v0.12.1
|
||||
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
|
||||
@@ -44,7 +44,7 @@ services:
|
||||
container_name: netmaker-ui
|
||||
depends_on:
|
||||
- netmaker
|
||||
image: gravitl/netmaker-ui:v0.12.0
|
||||
image: gravitl/netmaker-ui:v0.12.1
|
||||
links:
|
||||
- "netmaker:api"
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user