mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Update MySQL 8.0 to 8.4 LTS, fix Trivy tag count
This commit is contained in:
@@ -490,7 +490,7 @@ volumes:
|
||||
```yaml
|
||||
services:
|
||||
my_src:
|
||||
image: mysql:8.0
|
||||
image: mysql:8.4
|
||||
volumes:
|
||||
- mysql_data:/var/lib/mysql
|
||||
|
||||
|
||||
Reference in New Issue
Block a user