fix(docker): 添加安全警告注释,补全 .env.example
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
version: "3.8"
|
||||
|
||||
# WARNING: 生产环境必须通过 .env 文件或环境变量覆盖默认密码
|
||||
# 不要在生产环境使用默认密码
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
|
||||
Reference in New Issue
Block a user