Remove legacy nginx code
Compare changes
Files
4+ 0
− 5
@@ -12,8 +12,6 @@
@@ -28,8 +26,5 @@ RUN chmod -R 755 /usr/share/nginx/html /var/run/ /var/log/ /var/cache/ /etc/ngin
\ No newline at end of file
Scheduled maintenance next weekend between Saturday, May 17, 2025, 7:00am and Sunday, May 18, 11:55pm.
From the rootfull nginx image we carried over some environmental variables and port exposure:
EXPOSE 80
standard port for nginx rootfull image. The unprivileged image we are currently utilizing is using port 8080 as a default and does not need an additional & explicit port exposure.
environment:
- NGINX_HOST=localhost
- NGINX_PORT=80
The defined environmental variables are either wrong (NGINX_PORT=80
) or generally not utilized.
Therefore I propose to remove them.