Update docker/ntfy/Dockerfile

This commit is contained in:
colin 2024-02-16 02:59:06 +00:00
parent 3c517fe235
commit 5a96a197bc
2 changed files with 2 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# This image handles glitchtip web/worker/migrate
FROM lscr.io/linuxserver/netbootxyz:latest
ENV PUID=1000
ENV PGID=1000
ENV TZ=Etc/UTC
ENV MENU_VERSION=1.9.9
ENV PORT_RANGE=30000:30010
ENV SUBFOLDER=/

2
docker/ntfy/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
# This image handles glitchtip web/worker/migrate
FROM binwiederhier/ntfy:latest