Oobeya Version Upgrade For the docker-compose Installations
PreviousOobeya Installation Tutorial & Requirements (Docker)NextHTTPS Configuration For Docker Installations
Last updated
Access to Azure Container Registry (ACR)
Docker login credentials for ACR access (provided by the Oobeya Team if you don't have one).
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 pull3- Restart the application using the docker-compose command below.
docker-compose down && docker-compose up -dLast updated