update docker mysql 8.0.27 => 8.0.29
update docker nginx 1.21.3 => 1.21.6
update docker redis 6.2.6 => 6.2.7
update docker minio 2021-10-27 => 2022-05-26
| | |
| | | |
| | | services: |
| | | mysql: |
| | | image: mysql:8.0.27 |
| | | image: mysql:8.0.29 |
| | | container_name: mysql |
| | | environment: |
| | | # 时区上海 |
| | |
| | | ipv4_address: 172.30.0.36 |
| | | |
| | | nginx-web: |
| | | image: nginx:1.21.3 |
| | | image: nginx:1.21.6 |
| | | container_name: nginx-web |
| | | environment: |
| | | # 时区上海 |
| | |
| | | - ruoyi_net |
| | | |
| | | redis: |
| | | image: redis:6.2.6 |
| | | image: redis:6.2.7 |
| | | container_name: redis |
| | | ports: |
| | | - "6379:6379" |
| | |
| | | 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 端口 |