server netclient update
# server
d
how do you update the netmaker control node? if you installed with the nm-quick script I'm one release behind v0.18.6
b
It should update itself. There is a bug where the UI does not reflect the updated version. You can check the version by running
netclient version
on the server host
Or did I misunderstand your question and you want to upgrade the netmaker server version
d
server version
b
Ok then, open the docker-compose.yml file and change the image versions for netmaker and netmaker-ui from v0.18.6 to v.0.18.7
and then run
docker-compose up -d
d
where is that file saved by the install script?
b
/root
d
worked
great thanks