Skip to content

Commit

Permalink
🐎 ci: 修改docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjunjie committed Jul 3, 2024
1 parent 4e0fdf0 commit 157b236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nest-admin/servers/src/config/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ app:
# 数据库配置
db:
mysql:
host: 'mysql'
host: '123.249.74.79'
username: 'root'
password: '123456'
database: 'service-one-dev'
Expand All @@ -32,7 +32,7 @@ db:

# redis 配置
redis:
host: 'redis'
host: '123.249.74.79'
port: 6379
db: 0
keyPrefix: 'nest:'
Expand Down

0 comments on commit 157b236

Please sign in to comment.