1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-24 12:35:25 +01:00

Set mysql version to 8.0 in docker compose, prevent upgrading to 8.4 (#4045)

* Set mysql version to 8.0 in docker compose to prevent upgrading to 8.4 for now

* touched file to trigger test

* revert tocuhed file
This commit is contained in:
rkac-bw 2024-05-02 14:05:49 -06:00 committed by GitHub
parent 7f8cea58d0
commit b40d9ab70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ services:
- postgres
mysql:
image: mysql:8
image: mysql:8.0
container_name: bw-mysql
ports:
- "3306:3306"