mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: use env to override settings
This commit is contained in:
parent
a82ad2aea4
commit
cb0fb47e1c
6 changed files with 159 additions and 28 deletions
|
@ -4,6 +4,8 @@ ARG TARGETARCH
|
|||
ARG TARGETVARIANT
|
||||
EXPOSE 80 443
|
||||
|
||||
ENV NGINX_UI_OFFICIAL_DOCKER=true
|
||||
|
||||
# register nginx-ui service
|
||||
COPY resources/docker/nginx-ui.run /etc/s6-overlay/s6-rc.d/nginx-ui/run
|
||||
RUN echo 'longrun' > /etc/s6-overlay/s6-rc.d/nginx-ui/type && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue