mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-17 00:36:38 +08:00
update docker image version
This commit is contained in:
parent
8f67826072
commit
2b5165324c
@ -7,7 +7,7 @@ services:
|
||||
command: --default-authentication-plugin=mysql_native_password
|
||||
restart: always
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=AwkYTv00xU9n
|
||||
- MYSQL_ROOT_PASSWORD=mhSCk0NheGhmtsha
|
||||
ports:
|
||||
- '3307:3306'
|
||||
volumes:
|
||||
@ -26,7 +26,7 @@ services:
|
||||
image: registry.cn-shenzhen.aliyuncs.com/geekmaster/redis:6.0.6
|
||||
restart: always
|
||||
container_name: geekai-redis
|
||||
command: redis-server --requirepass AwkYTv00xU9n
|
||||
command: redis-server --requirepass mhSCk0NheGhmtsha
|
||||
volumes:
|
||||
- ./data/redis:/data
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user