chore: update docker compose
This commit is contained in:
@@ -4,8 +4,8 @@ server:
|
||||
|
||||
database:
|
||||
driver: mysql
|
||||
host: mysql
|
||||
port: 3306
|
||||
host: localhost
|
||||
port: 3006
|
||||
username: root
|
||||
password: texpixel#pwd123!
|
||||
dbname: doc_ai
|
||||
@@ -13,7 +13,7 @@ database:
|
||||
max_open: 100
|
||||
|
||||
redis:
|
||||
addr: redis:6379
|
||||
addr: localhost:6079
|
||||
password: yoge@123321!
|
||||
db: 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user