mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
feat: use working directory from environment variable for risefront
This commit is contained in:
parent
5a34d5ca9a
commit
17c3d21f6e
5 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,7 @@ ARG TARGETVARIANT
|
|||
EXPOSE 80 443
|
||||
|
||||
ENV NGINX_UI_OFFICIAL_DOCKER=true
|
||||
ENV NGINX_UI_WORKING_DIR=/var/run/
|
||||
|
||||
# register nginx-ui service
|
||||
COPY resources/docker/nginx-ui.run /etc/s6-overlay/s6-rc.d/nginx-ui/run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue