chore(Docker): update mysql image to 8.3 version (#18244)

This commit is contained in:
Ezeki Zibzibadze 2024-02-01 17:05:12 +04:00 committed by GitHub
parent 01403c42ae
commit 028835619b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ version: '3'
services:
ac-database:
container_name: ac-database
image: mysql:8.0
image: mysql:8.3
networks:
- ac-network
ports: