Upgrade Homepage Dashboard Docker Compose Container to latest version

Upgrade Homepage Dashboard Docker Compose Container to latest version

Spread the love

Upgrade Homepage Dashboard Docker Compose Container to latest version

From time to time your Homepage dashboard will show that there is an upgrade available to install in the bottom right hand corner of the page:

Upgrade Homepage Dashboard Docker Compose Container to latest version

To upgrade the container, spin it down by running the following command from the homepage folder:

docker-compose down

Make sure that the container has spun down by running:

docker ps

This should show that the container is not running:

Upgrade Homepage Dashboard Docker Compose Container to latest version

Run the following command to pull the new image:

docker-compose pull

This will pull the latest image from the docker hub:

Upgrade Homepage Dashboard Docker Compose Container to latest version

Spin up the container again by running:

docker-compose up -d

Now in the browser go to the homepage url and your container will now be upgraded to the latest version:

Upgrade Homepage Dashboard Docker Compose Container to latest version

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top