mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-06-28 03:01:28 +08:00
build(docker): 更新 docker-compose配置
- 将 Nginx 容器的端口映射改为使用环境变量 APP_PORT- 移除 frontend 服务的依赖
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
container_name: bilinote-nginx
|
||||
image: nginx:1.25-alpine
|
||||
ports:
|
||||
- "80:80"
|
||||
- "${APP_PORT}:80"
|
||||
volumes:
|
||||
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user