mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-27 13:48:49 +08:00
NOISSUE - Add missing auth port in nginx enrypoint.sh (#1380)
* remove owner id Signed-off-by: Mirko Teodorovic <mirko.teodorovic@gmail.com> * fix auth http port Signed-off-by: Mirko Teodorovic <mirko.teodorovic@gmail.com>
This commit is contained in:
parent
530f925c4d
commit
259950b009
@ -15,6 +15,7 @@ envsubst '
|
|||||||
${MF_HTTP_ADAPTER_PORT}
|
${MF_HTTP_ADAPTER_PORT}
|
||||||
${MF_NGINX_MQTT_PORT}
|
${MF_NGINX_MQTT_PORT}
|
||||||
${MF_NGINX_MQTTS_PORT}
|
${MF_NGINX_MQTTS_PORT}
|
||||||
|
${MF_AUTH_HTTP_PORT}
|
||||||
${MF_WS_ADAPTER_PORT}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
|
${MF_WS_ADAPTER_PORT}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
|
||||||
|
|
||||||
exec nginx -g "daemon off;"
|
exec nginx -g "daemon off;"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user