From 3c47797bf3924ee3e89c361bf88d562180f39422 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sun, 12 Jun 2022 10:43:42 -0400 Subject: [PATCH] Fix Docker install instructions --- docs/install.md | 4 ++-- docs/releases.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install.md b/docs/install.md index 740a2699..4a695fd0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -239,8 +239,8 @@ docker run \ -p 80:80 \ -it \ binwiederhier/ntfy \ - --cache-file /var/cache/ntfy/cache.db \ - serve + serve \ + --cache-file /var/cache/ntfy/cache.db ``` With other config options, timezone, and non-root user (configured via `/etc/ntfy/server.yml`, see [configuration](config.md) for details): diff --git a/docs/releases.md b/docs/releases.md index 16b7840d..fdb16534 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -21,7 +21,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release **Documentation** * Added [example](examples.md) for [Uptime Kuma](https://github.com/louislam/uptime-kuma) integration ([#315](https://github.com/binwiederhier/ntfy/pull/315), thanks to [@philippdormann](https://github.com/philippdormann)) - +* Fix Docker install instructions ([#320](https://github.com/binwiederhier/ntfy/issues/320), thanks to [@milksteakjellybeans](https://github.com/milksteakjellybeans) for reporting) ## ntfy iOS app v1.2 (UNRELEASED)