mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-08 22:57:12 +08:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user