fix nginx expose port to 20080

This commit is contained in:
xin 2025-04-16 02:32:35 +00:00
parent 38125e4ac4
commit 2a57bd7ca9

View File

@ -724,8 +724,8 @@ services:
- api - api
- web - web
ports: ports:
- '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}' - '${EXPOSE_NGINX_PORT:-20080}:${NGINX_PORT:-80}'
- '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}' - '${EXPOSE_NGINX_SSL_PORT:-20443}:${NGINX_SSL_PORT:-443}'
# The Weaviate vector store. # The Weaviate vector store.
weaviate: weaviate: