update docker image version

This commit is contained in:
GeekMaster 2025-04-17 10:22:41 +08:00
parent 8f67826072
commit 2b5165324c

View File

@ -7,7 +7,7 @@ services:
command: --default-authentication-plugin=mysql_native_password command: --default-authentication-plugin=mysql_native_password
restart: always restart: always
environment: environment:
- MYSQL_ROOT_PASSWORD=AwkYTv00xU9n - MYSQL_ROOT_PASSWORD=mhSCk0NheGhmtsha
ports: ports:
- '3307:3306' - '3307:3306'
volumes: volumes:
@ -26,7 +26,7 @@ services:
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/redis:6.0.6 image: registry.cn-shenzhen.aliyuncs.com/geekmaster/redis:6.0.6
restart: always restart: always
container_name: geekai-redis container_name: geekai-redis
command: redis-server --requirepass AwkYTv00xU9n command: redis-server --requirepass mhSCk0NheGhmtsha
volumes: volumes:
- ./data/redis:/data - ./data/redis:/data
ports: ports: