mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
fix: allow disabling IPv6
This commit is contained in:
parent
a3c5b4ac9d
commit
ce2d3e945a
4 changed files with 10 additions and 1 deletions
|
|
@ -24,6 +24,7 @@ RUN addgroup -S lighttpd -g ${GID} && adduser -D -S -u ${UID} lighttpd lighttpd
|
|||
WORKDIR /www
|
||||
|
||||
COPY lighttpd.conf /lighttpd.conf
|
||||
COPY ipv6.sh /etc/lighttpd/ipv6.sh
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY --from=build-stage --chown=${UID}:${GID} /app/dist /www/
|
||||
COPY --from=build-stage --chown=${UID}:${GID} /app/dist/assets /www/default-assets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue