We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f958d14 commit c0339d7Copy full SHA for c0339d7
Dockerfile
@@ -1,7 +1,5 @@
1
FROM metakgporg/naarad-ntfy
2
3
-RUN apk --no-cache add jq
4
-
5
# Copy metaploy configuration
6
COPY metaploy/naarad.metaploy.conf /
7
COPY metaploy/postinstall.sh /
@@ -11,4 +9,4 @@ RUN chmod +x /postinstall.sh
11
9
12
10
EXPOSE 8000
13
14
-ENTRYPOINT ["/postinstall.sh", "ntfy", "serve"]
+ENTRYPOINT ["/postinstall.sh", "ntfy", "serve"]
server.yml
@@ -375,5 +375,5 @@ visitor-attachment-daily-bandwidth-limit: "50M"
375
#
376
log-level: debug
377
log-format: json
378
-log-file: /var/log/ntfy.log
+log-file: /dev/stdout
379
# log-level-overrides:
0 commit comments