script/docker/docker-compose.yml
@@ -2,7 +2,7 @@ services: mysql: image: mysql:8.0.27 image: mysql:8.0.29 container_name: mysql environment: # 时区上海 @@ -32,7 +32,7 @@ ipv4_address: 172.30.0.36 nginx-web: image: nginx:1.21.3 image: nginx:1.21.6 container_name: nginx-web environment: # 时区上海 @@ -55,7 +55,7 @@ - ruoyi_net redis: image: redis:6.2.6 image: redis:6.2.7 container_name: redis ports: - "6379:6379" @@ -75,7 +75,7 @@ ipv4_address: 172.30.0.48 minio: image: minio/minio:RELEASE.2021-10-27T16-29-42Z image: minio/minio:RELEASE.2022-05-26T05-48-41Z container_name: minio ports: # api 端口