1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-30 04:10:01 +01:00

Revert Docker user fix

This commit is contained in:
binwiederhier 2024-03-07 16:59:42 -05:00
parent a9b7c4530b
commit 8c69234e28
5 changed files with 11 additions and 9 deletions

View file

@ -12,7 +12,6 @@ LABEL org.opencontainers.image.description="Send push notifications to your phon
# Alpine does not support adding "tzdata" on ARM anymore, see
# https://github.com/binwiederhier/ntfy/issues/894
RUN adduser -D -u 1000 ntfy
COPY ntfy /usr/bin
EXPOSE 80/tcp