update 升级 docker 基础镜像

feature/model
疯狂的狮子li 3 years ago
parent cd0aad10b0
commit a8ab3ffd01

@ -2,7 +2,7 @@ version: '3'
services:
mysql:
image: mysql:8.0.24
image: mysql:8.0.27
container_name: mysql
environment:
# 时区上海
@ -32,8 +32,7 @@ services:
ipv4_address: 172.30.0.36
nginx-web:
# 如果需要指定版本 就把 latest 换成版本号
image: nginx:latest
image: nginx:1.21.3
container_name: nginx-web
environment:
# 时区上海
@ -56,7 +55,7 @@ services:
- ruoyi_net
redis:
image: redis:6.2.1
image: redis:6.2.6
container_name: redis
ports:
- 6379:6379
@ -76,7 +75,7 @@ services:
ipv4_address: 172.30.0.48
minio:
image: minio/minio:RELEASE.2021-07-08T01-15-01Z
image: minio/minio:RELEASE.2021-10-27T16-29-42Z
container_name: minio
ports:
# api 端口

Loading…
Cancel
Save