build: 升级环境版本 mysql 8.0.33 => 8.0.42,redis 7.2.3 => 7.2.8,nginx 1.25.3 => 1.27.0

This commit is contained in:
2025-06-14 21:15:59 +08:00
parent 71fee0f58d
commit f1a87b4c23
2 changed files with 5 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
version: '3'
services:
mysql:
image: mysql:8.0.33
image: mysql:8.0.42
restart: always
container_name: mysql
ports:
@@ -36,7 +36,7 @@ services:
# volumes:
# - /docker/postgresql/data/:/var/lib/postgresql/data/
redis:
image: redis:7.2.3
image: redis:7.2.8
restart: always
container_name: redis
ports:
@@ -78,7 +78,7 @@ services:
- redis
- mysql
continew-web:
image: nginx:1.25.3
image: nginx:1.27.0
restart: always
container_name: continew-web
ports: