Listen on standard web port
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c509f5d3df
commit
1fba927acb
1 changed files with 1 additions and 3 deletions
|
@ -6,6 +6,4 @@ RUN adduser web --disabled-password --no-create-home --shell /sbin/nologin && \
|
|||
|
||||
COPY suckless-quark/quark /usr/local/bin
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["quark", "-p", "8080", "-u", "web", "-g", "web", "-n", "4096", "-h", "0.0.0.0", "-l", "-d", "/var/www/html"]
|
||||
ENTRYPOINT ["quark", "-p", "80", "-u", "web", "-g", "web", "-n", "4096", "-h", "0.0.0.0", "-l", "-d", "/var/www/html"]
|
||||
|
|
Loading…
Reference in a new issue