fix nginx expose port to 20080
This commit is contained in:
parent
38125e4ac4
commit
2a57bd7ca9
@ -724,8 +724,8 @@ services:
|
||||
- api
|
||||
- web
|
||||
ports:
|
||||
- '${EXPOSE_NGINX_PORT:-80}:${NGINX_PORT:-80}'
|
||||
- '${EXPOSE_NGINX_SSL_PORT:-443}:${NGINX_SSL_PORT:-443}'
|
||||
- '${EXPOSE_NGINX_PORT:-20080}:${NGINX_PORT:-80}'
|
||||
- '${EXPOSE_NGINX_SSL_PORT:-20443}:${NGINX_SSL_PORT:-443}'
|
||||
|
||||
# The Weaviate vector store.
|
||||
weaviate:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user