⚠️ 修改默认配置 nginx/conf.d/default.conf 文件,以满足自己的要求
nginx/conf.d/default.conf
如果需要配置 https 则把证书放在 nginx/ssl 目录下
https
nginx/ssl
启动服务
docker compose up -d
复制环境变量示例文件并修改环境变量
cp .env.example .env