Skip to main content
Updating
L
Written by Luka Sikic
Updated over a week ago

If you would like to update your self-hosted instance of PentestPad, please do the following:

Stop the Docker containers

This will cause application to become unavailable.

docker stop pentestpad_redis pentestpad-docker-gotenberg-1 pentestpad_app pentestpad_postgres

Pull the latest image

docker pull repository.pentestpad.net/pentestpad/app:latest

Start the Docker containers

docker-compose -f docker-compose.yml up --build

Did this answer your question?