mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
docs: update docker notes
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user