AWS Update

This guide will cover how to update your dashboard version installed on AWS. Set up your dashboard server first from our guide here.

  1. Connect to your EC2 instance using SSH.

  2. From the terminal: run the following commands:

    • docker-compose pull
    • docker-compose up --force-recreate --build -d
    • docker image prune -f
Last modified March 11, 2021: setup hugo (11980dc)