Skip to content

Commit bc7db07

Browse files
authored
Merge pull request #113 from huncrys/fix-auto-reload
2 parents 26bf425 + 1dece5b commit bc7db07

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
&& awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
1818
fi && \
1919
apk add --no-cache \
20+
inotify-tools \
2021
memcached \
2122
nginx==${NGINX_VERSION} \
2223
nginx-mod-http-brotli==${NGINX_VERSION} \
@@ -71,6 +72,9 @@ RUN \
7172
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
7273
rm -f /etc/nginx/conf.d/stream.conf
7374

75+
# copy local files
76+
COPY root/ /
77+
7478
# ports and volumes
7579
EXPOSE 80 443
7680

Dockerfile.aarch64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN \
1717
&& awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); \
1818
fi && \
1919
apk add --no-cache \
20+
inotify-tools \
2021
memcached \
2122
nginx==${NGINX_VERSION} \
2223
nginx-mod-http-brotli==${NGINX_VERSION} \
@@ -71,6 +72,9 @@ RUN \
7172
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
7273
rm -f /etc/nginx/conf.d/stream.conf
7374

75+
# copy local files
76+
COPY root/ /
77+
7478
# ports and volumes
7579
EXPOSE 80 443
7680

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ init_diagram: |
8787
"nginx:latest" <- Base Images
8888
# changelog
8989
changelogs:
90+
- {date: "13.07.25:", desc: "Fixed auto-reload functionality."}
9091
- {date: "16.06.25:", desc: "Rebase to Alpine 3.22 with PHP 8.4. Add [Auto Reload](https://github.com/linuxserver/docker-mods/tree/swag-auto-reload) functionality. Drop PHP bindings for mcrypt as it is no longer maintained."}
9192
- {date: "17.12.24:", desc: "Rebase to Alpine 3.21."}
9293
- {date: "31.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}

root/etc/s6-overlay/s6-rc.d/user/contents.d/svc-nginx-auto-reload

Whitespace-only changes.

0 commit comments

Comments
 (0)