update docker mysql 8.0.31 => 8.0.33

update docker nginx 1.22.1 => 1.32.4
update docker redis 6.2.7 => 6.2.12
update docker minio RELEASE.2023-04-13T03-08-07Z
feature/model
疯狂的狮子li 2 years ago
parent 21968ea8e6
commit 0d9cc23d3a

@ -2,7 +2,7 @@ version: '3'
services:
mysql:
image: mysql:8.0.31
image: mysql:8.0.33
container_name: mysql
environment:
# 时区上海
@ -29,7 +29,7 @@ services:
network_mode: "host"
nginx-web:
image: nginx:1.22.1
image: nginx:1.23.4
container_name: nginx-web
environment:
# 时区上海
@ -50,7 +50,7 @@ services:
network_mode: "host"
redis:
image: redis:6.2.7
image: redis:6.2.12
container_name: redis
ports:
- "6379:6379"
@ -67,7 +67,7 @@ services:
network_mode: "host"
minio:
image: minio/minio:RELEASE.2023-03-24T21-41-23Z
image: minio/minio:RELEASE.2023-04-13T03-08-07Z
container_name: minio
ports:
# api 端口

Loading…
Cancel
Save