We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9f6e1 commit 4d6b07fCopy full SHA for 4d6b07f
frontend/Dockerfile.nginx
@@ -27,3 +27,4 @@ ENV OPENVERSE_NGINX_ENVIRONMENT="local"
27
# Add the release version to the docker container
28
ARG SEMANTIC_VERSION
29
ENV OPENVERSE_NGINX_GIT_REVISION=$SEMANTIC_VERSION
30
+ENV OPENVERSE_NGINX_LISTEN_PORT="8080"
frontend/nginx.conf.template
@@ -45,7 +45,7 @@ upstream ov_service {
45
server {
46
access_log /var/log/nginx/access.log json_combined;
47
48
- listen 8080;
+ listen $OPENVERSE_NGINX_LISTEN_PORT;
49
server_name _;
50
charset utf-8;
51
client_max_body_size 75M;
0 commit comments