docs: update docker notes

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-07 09:29:49 -05:00
parent 0d14500d5d
commit 9320918335
+11 -1
View File
@@ -50,7 +50,17 @@ Available via GitHub Container Registry.
| `latest` | Latest stable build | | `latest` | Latest stable build |
| `nightly` | Latest HEAD build, could be unstable | | `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 ### Developer notes