mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -04:00
Update nginx confs for proxy mod (#698)
* Update default.conf.sample * Update proxy.conf.sample * Update Dockerfile * Delete proxy.conf.sample * Update Dockerfile
This commit is contained in:
+3
-1
@@ -20,9 +20,11 @@ RUN \
|
||||
# copy local files
|
||||
COPY root/ root/
|
||||
|
||||
ADD https://raw.githubusercontent.com/linuxserver/docker-swag/master/root/defaults/nginx/proxy.conf.sample /root/defaults/nginx/proxy.conf.sample
|
||||
|
||||
FROM scratch
|
||||
|
||||
LABEL maintainer="Roxedus"
|
||||
|
||||
# copy proxy-confs
|
||||
COPY --from=grab-stage root/ /
|
||||
COPY --from=grab-stage root/ /
|
||||
|
||||
Reference in New Issue
Block a user