From 9320918335e3ea8ccfdac8ec12a8546d8fa79092 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sat, 7 Nov 2020 09:29:49 -0500 Subject: [PATCH] docs: update docker notes Signed-off-by: Jef LeCompte --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb753ec..fc4ccc5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,17 @@ Available via GitHub Container Registry. | `latest` | Latest stable build | | `nightly` | Latest HEAD build, could be unstable | -Use `docker run --cap-add=SYS_ADMIN -it --rm --env-file ./.env ghcr.io/jef/streetmerchant:nightly` to run. +```sh +# to run +docker run --cap-add=SYS_ADMIN \ + -it --rm --env-file ./.env \ + ghcr.io/jef/streetmerchant:nightly + +# to test notifications +docker run --cap-add=SYS_ADMIN \ + -it --rm --env-file ./.env \ + ghcr.io/jef/streetmerchant:nightly test:notification:production +``` ### Developer notes