Skip to content

Commit

Permalink
set listen port #3581
Browse files Browse the repository at this point in the history
plus convenient working dir
  • Loading branch information
sven-dmlr committed Nov 5, 2024
1 parent f6a8e1b commit 89350d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sechub-web-ui-solution/docker/Web-UI-Debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ RUN touch /var/run/nginx.pid && \
# Switch from root to non-root user
USER "$USER"

WORKDIR "$HTDOCS_FOLDER"

CMD ["/run.sh"]
2 changes: 1 addition & 1 deletion sechub-web-ui-solution/docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http {
types_hash_max_size 2048;

server {
listen 8443 ssl http2;
listen 4443 ssl http2;
server_name _;

root /var/www/html;
Expand Down

0 comments on commit 89350d7

Please sign in to comment.