Skip to content

Commit

Permalink
fixed: wrong user for application start
Browse files Browse the repository at this point in the history
  • Loading branch information
ammnt committed Apr 5, 2024
1 parent 76d3168 commit a2c6df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ LABEL description="FreeNGINX built with QUIC and HTTP/3 support🚀" \
org.opencontainers.image.source="https://github.com/ammnt/freenginx/"

STOPSIGNAL SIGQUIT
USER nginx
USER freenginx
CMD ["/usr/sbin/freenginx", "-g", "daemon off;"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ or<br>
# Description:

- Based on latest version of Alpine Linux - low size (~5 MB);
- BoringSSL with HTTP/3 + QUIC support;
- BoringSSL with HTTP/3 and QUIC support;
- HTTP/2 with ALPN support;
- TLS 1.3 and 0-RTT support;
- TLS 1.2 and TCP Fast Open (TFO) support;
Expand Down

0 comments on commit a2c6df7

Please sign in to comment.