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 3fe4e5e commit 6cc64e6Copy full SHA for 6cc64e6
Dockerfile
@@ -39,4 +39,4 @@ RUN touch /var/run/nginx.pid && chown -R ${USERNAME}:${USERNAME} /var/run/nginx.
39
40
USER ${USERNAME}
41
42
-EXPOSE 8080
+EXPOSE 80
nginx.conf
@@ -1,5 +1,5 @@
1
server {
2
- listen 8080;
+ listen 80;
3
4
root /usr/share/nginx/html;
5
index index.html;
0 commit comments