Upgrade Steps
Follow the below steps to upgrade the knowhow instance.
Steps Pull the images , stop the running container and run the new container by following commands .
Code Block |
---|
docker-compose -f /docker-compose.yaml/file/location/docker-compose.yaml pull
docker-compose -f /docker-compose.yaml/file/location/docker-compose.yaml down
docker-compose -f /docker-compose.yaml/file/location/docker-compose.yaml up -d |