🐳Oobeya Version Upgrade For the docker-compose Installations

Access Requirements


Upgrading Oobeya version

Follow the steps below for the quick and easy version upgrade of Oobeya.

1- Navigate to the directory where the docker-compose file is located.

2- Pull the latest Oobeya docker images by running the below command.

docker-compose pull

3- Restart the application using the docker-compose command below.

docker-compose down && docker-compose up -d

Last updated