mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +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:
parent
7f8cea58d0
commit
b40d9ab70d
@ -54,7 +54,7 @@ services:
|
|||||||
- postgres
|
- postgres
|
||||||
|
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql:8
|
image: mysql:8.0
|
||||||
container_name: bw-mysql
|
container_name: bw-mysql
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
|
Loading…
Reference in New Issue
Block a user