You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're running a codedx-docker release earlier than v1.51.0 and not using an external database, you must upgrade your MariaDB database Docker image to v1.12.0 before installing this version:
1. Run your docker-compose down command
2. Open your docker-compose.yml file
3. Specify codedx/codedx-mariadb:v1.12.0 for your MariaDB database Docker image
4. Save your docker-compose.yml file
5. Run your docker-compose up command
6. Run your docker-compose down command and upgrade to this version (v1.53.0)