mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-28 14:29:44 +00:00
fix(docker): update nginx configuration and simplify docker script (#903)
This commit is contained in:
parent
d24a66ffd3
commit
3a7251c95e
3 changed files with 6 additions and 10 deletions
|
|
@ -66,7 +66,7 @@ services:
|
|||
ports:
|
||||
- "2026:2026"
|
||||
volumes:
|
||||
- ./nginx/${NGINX_CONF:-nginx.local.conf}:/etc/nginx/nginx.conf:ro
|
||||
- ./nginx/${NGINX_CONF:-nginx.conf}:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- frontend
|
||||
- gateway
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue