镜像制作
This commit is contained in:
14
docker/.env.example
Normal file
14
docker/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# 数据库配置
|
||||
MYSQL_ROOT_PASSWORD=123456
|
||||
MYSQL_DATABASE=school_news
|
||||
MYSQL_USER=schoolnews
|
||||
MYSQL_PASSWORD=123456
|
||||
MYSQL_PORT=3306
|
||||
|
||||
# Redis配置
|
||||
REDIS_PASSWORD=123456
|
||||
REDIS_PORT=6379
|
||||
|
||||
# 服务端口配置
|
||||
SERV_PORT=8081
|
||||
WEB_PORT=8080
|
||||
Reference in New Issue
Block a user